Evgeny Sinelnikov bcc496411b Fix potential memory overflow in welcome string
stage1.c:354:41: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 117 [-Wformat-truncation=]
  snprintf(buf, sizeof(buf), "Welcome to %s", version);
                                         ^~   ~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from stage1.c:30:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 12 and 139 bytes into a destination of size 128
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-04-04 17:34:46 +04:00
2004-12-29 21:48:39 +00:00
2007-08-03 14:26:44 +04:00
2004-01-20 18:32:43 +00:00
2004-01-20 18:32:43 +00:00
2021-03-23 12:24:50 +07:00
2004-01-20 18:32:43 +00:00
2004-01-20 18:32:43 +00:00
2004-01-20 18:32:43 +00:00
2019-04-18 12:00:06 +03:00
2021-03-23 12:24:50 +07:00
2018-11-17 22:53:22 +03:00
2021-03-27 03:01:15 +04:00
2014-04-19 12:49:48 +04:00
2018-04-22 15:25:16 +03:00
2018-04-22 15:25:16 +03:00
2004-01-20 18:32:43 +00:00
Description
Early userspace for ALT Linux ISOs
1.1 MiB
Languages
C 89.1%
RPM Spec 7.3%
Shell 2.1%
Makefile 1.3%
Objective-C 0.2%