Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.77 KB | None | 0 0
  1. make VERSION=2.96 -C src all
  2. make[1] : on entre dans le répertoire « /home/byjumperx4/git/sysvinit-2.96/src »
  3. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o init.o init.c
  4. Dans le fichier inclus depuis /usr/include/string.h:495,
  5. depuis init.c:53:
  6. Dans la fonction « strncpy »,
  7. mis en ligne depuis « check_kernel_console » à init.c:1388:6,
  8. mis en ligne depuis « read_inittab » à init.c:1639:3:
  9. /usr/include/bits/string_fortified.h:106:10: attention: la sortie de « __builtin_strncpy » peut être tronquée en copiant 8 octets depuis une chaîne de longueur 31 [-Wstringop-truncation]
  10. 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  11. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. Dans la fonction « strncpy »,
  13. mis en ligne depuis « check_kernel_console » à init.c:1386:6,
  14. mis en ligne depuis « read_inittab » à init.c:1639:3:
  15. /usr/include/bits/string_fortified.h:106:10: attention: la limite spécifiée par « __builtin_strncpy » (8) est égale à la taille de la destination [-Wstringop-truncation]
  16. 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  17. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -DINIT_MAIN -c -o init_utmp.o utmp.c
  19. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o runlevellog.o runlevellog.c
  20. cc init.o init_utmp.o runlevellog.o -o init
  21. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o halt.o halt.c
  22. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o ifdown.o ifdown.c
  23. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o hddown.o hddown.c
  24. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o utmp.o utmp.c
  25. cc halt.o ifdown.o hddown.o utmp.o runlevellog.o -o halt
  26. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o shutdown.o shutdown.c
  27. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o dowall.o dowall.c
  28. dowall.c: Dans la fonction « wall »:
  29. dowall.c:204:35: attention: la sortie de la directive « %s » peut être tronquée en écrivant jusqu'à 64 octets dans une région dont la taille est comprise entre 24 et 55 [-Wformat-truncation=]
  30. 204 | "\r\nBroadcast message from %s@%s %s(%s):\r\n\r\n",
  31. | ^~
  32. 205 | user, hostname, tty, date);
  33. | ~~~~~~~~
  34. Dans le fichier inclus depuis /usr/include/stdio.h:867,
  35. depuis dowall.c:33:
  36. /usr/include/bits/stdio2.h:67:10: note: « __builtin___snprintf_chk » écrit 35 octets ou plus (165 supposé) dans une destination dont la taille est 81
  37. 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
  38. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39. 68 | __bos (__s), __fmt, __va_arg_pack ());
  40. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41. cc shutdown.o dowall.o utmp.o -o shutdown
  42. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o runlevel.o runlevel.c
  43. cc runlevel.o runlevellog.o -o runlevel
  44. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" killall5.c -o killall5
  45. Dans le fichier inclus depuis /usr/include/string.h:495,
  46. depuis killall5.c:52:
  47. Dans la fonction « strncpy »,
  48. mis en ligne depuis « check4nfs » à killall5.c:447:12:
  49. /usr/include/bits/string_fortified.h:106:10: attention: la sortie de « __builtin_strncpy » peut être tronquée en copiant 4096 octets depuis une chaîne de longueur 4096 [-Wstringop-truncation]
  50. 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
  51. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  52. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o fstab-decode.o fstab-decode.c
  53. cc fstab-decode.o -o fstab-decode
  54. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o logsave.o logsave.c
  55. cc logsave.o -o logsave
  56. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o sulogin.o sulogin.c
  57. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o consoles.o consoles.c
  58. cc sulogin.o consoles.o -lcrypt -o sulogin
  59. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o bootlogd.o bootlogd.c
  60. cc bootlogd.o -lutil -o bootlogd
  61. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o last.o last.c
  62. cc last.o -o last
  63. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o mesg.o mesg.c
  64. cc mesg.o -o mesg
  65. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o readbootlog.o readbootlog.c
  66. cc readbootlog.o -o readbootlog
  67. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o utmpdump.o utmpdump.c
  68. cc utmpdump.o -o utmpdump
  69. cc -O2 -ansi -fomit-frame-pointer -fstack-protector-strong -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"2.96\" -c -o wall.o wall.c
  70. cc wall.o dowall.o -o wall
  71. make[1] : on quitte le répertoire « /home/byjumperx4/git/sysvinit-2.96/src »
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement