]> granicus.if.org Git - sudo/commit
Disable stringop-truncation false positive warnings on gcc 8.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 30 Jul 2019 18:42:07 +0000 (12:42 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 30 Jul 2019 18:42:07 +0000 (12:42 -0600)
commitdfc32e5b3ece9b33dab339341ebeab4edad5023c
tree770f1382da9bd68acc832e180aa33913fff30b89
parentaa200cda6a7486440befb4d9ba2e52136d866cf1
Disable stringop-truncation false positive warnings on gcc 8.
Strings in struct utmp/utmpx are not guaranteed to be NUL-terminated.
src/utmp.c