Module Name: src Committed By: mrg Date: Tue Aug 1 07:57:18 UTC 2023
Modified Files: src/lib/libnpf: npf.c src/tests/lib/libc: t_cdb.c src/usr.sbin/dev_mkdb: dev_mkdb.c src/usr.sbin/npf/npftest: npftest.c Log Message: cdbw_output()'s 3rd argument must be a 16-byte char array, so pad the string literals passed to it with enough nuls to make this true. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libnpf/npf.c cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/t_cdb.c cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/dev_mkdb/dev_mkdb.c cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/npf/npftest/npftest.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.