NetBSD/libexec/lfs_cleanerd
fox 7d0fd7a3da libexec/lfs_cleanerd: Suppress -Werror=stringop-truncation error
This logic correctly uses strncpy(3) to fully initialize a fixed-width field, and also ensures
NUL-termination on the next line as other users of the field expect.

Add -Werror=stringop-truncation to prevent build failure, when run with MKSANITIZER=yes.

Error was reported when build.sh was run with MKSANITIZER=yes flag.

Reviewed by: kamil@, riastradh@
2020-06-07 23:15:53 +00:00
..
cleaner.h
cleansrv.c
coalesce.c
fdfs.c
fdfs.h
lfs_cleanerd.8 New sentence, new line. Punctuation improvements. 2019-08-31 07:49:48 +00:00
lfs_cleanerd.c
Makefile
Makefile.inc libexec/lfs_cleanerd: Suppress -Werror=stringop-truncation error 2020-06-07 23:15:53 +00:00