NetBSD/external/mpl/dhcp/bin
fox 6ed49867f1 external/mpl/dhcp: 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@
2020-06-07 23:29:16 +00:00
..
omshell
relay introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
server external/mpl/dhcp: Suppress -Werror=stringop-truncation error 2020-06-07 23:29:16 +00:00
Makefile
Makefile.inc