Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. make O=../out1 kali1_defconfig
  2. HOSTCC scripts/basic/fixdep
  3. GEN /root/out1/Makefile
  4. HOSTCC scripts/kconfig/conf.o
  5. SHIPPED scripts/kconfig/zconf.tab.c
  6. SHIPPED scripts/kconfig/zconf.lex.c
  7. SHIPPED scripts/kconfig/zconf.hash.c
  8. HOSTCC scripts/kconfig/zconf.tab.o
  9. In file included from scripts/kconfig/zconf.tab.c:2500:
  10. /root/good/scripts/kconfig/confdata.c: In function ‘conf_write’:
  11. /root/good/scripts/kconfig/confdata.c:762:19: warning: ‘%s’ directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  12. sprintf(newname, "%s%s", dirname, basename);
  13. ^~~~~~
  14. /root/good/scripts/kconfig/confdata.c:762:19: note: assuming directive output of 7 bytes
  15. /root/good/scripts/kconfig/confdata.c:762:2: note: ‘sprintf’ output 1 or more bytes (assuming 4104) into a destination of size 4097
  16. sprintf(newname, "%s%s", dirname, basename);
  17. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. /root/good/scripts/kconfig/confdata.c:765:20: warning: ‘.tmpconfig.’ directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  19. sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
  20. ^~~~~~~~~~~~~~~~~
  21. /root/good/scripts/kconfig/confdata.c:765:3: note: ‘sprintf’ output between 13 and 4119 bytes into a destination of size 4097
  22. sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
  23. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  24. HOSTLD scripts/kconfig/conf
  25. #
  26. # configuration written to .config
  27. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement