NetBSD/lib/libpam
fox 113ec9c52a lib/libpam: Fix the possible -Werror=stringop-truncation
Replace strncpy(3) with the safer strlcpy(3) and adjust the code.

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

Reviewed by: kamil@, christos@
2020-06-12 01:20:32 +00:00
..
libpam Fix fallout from NO_STATIC_MODULES -> OPENPAM_STATIC_MODULES changes; 2020-05-23 00:43:33 +00:00
modules lib/libpam: Fix the possible -Werror=stringop-truncation 2020-06-12 01:20:32 +00:00
staticmodules Build the modules in two phases: 2010-05-03 22:12:32 +00:00
Makefile Fix typo in comment. 2010-11-28 01:31:26 +00:00
Makefile.inc Fix fallout from NO_STATIC_MODULES -> OPENPAM_STATIC_MODULES changes; 2020-05-23 00:43:33 +00:00