]> git.ipfire.org Git - thirdparty/shadow.git/commit
*/: s/STRNCPY/strncpy_a/
authorAlejandro Colomar <alx@kernel.org>
Tue, 14 Oct 2025 10:54:04 +0000 (12:54 +0200)
committerSerge Hallyn <serge@hallyn.com>
Fri, 28 Nov 2025 02:50:48 +0000 (20:50 -0600)
commitd13bb54184b238ad4d73ea61ba3211ce72a0528a
treedab771bf0f8f1f3cf70ee4fd873e42c81a391ef1
parent4ddc73dbafc37999fd15b46707fba1ba1d4d538a
*/: s/STRNCPY/strncpy_a/

This name better reflects that it handles arrays, and doesn't shout.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/log.c
lib/string/README
lib/string/strcpy/strncpy.h
lib/utmp.c
tests/unit/test_strncpy.c