]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/: Don't say 'len' where 'size' is meant
authorAlejandro Colomar <alx@kernel.org>
Mon, 5 Feb 2024 12:44:52 +0000 (13:44 +0100)
committerSerge Hallyn <serge@hallyn.com>
Tue, 13 Feb 2024 22:13:05 +0000 (16:13 -0600)
commit51cd6aec021e8c71ca7400bee39af41bf24d6634
tree80f0701543adb5270c4e6f5c85d9a2d1b0dbb915
parent6551709e96b2bc6f084fdf170ad5bcc11f0038ab
lib/: Don't say 'len' where 'size' is meant

Fixes: 45c6603cc86c ("[svn-upgrade] Integrating new upstream version, shadow (19990709)")
Fixes: 3b7cc053872c ("lib: replace `USER_NAME_MAX_LENGTH` macro")
Fixes: 6be85b0bafb5 ("lib/chkname.c: Use tmp variable to avoid a -Wsign-compare warning")
See-also: 403a2e3771be ("lib/chkname.c: Take NUL byte into account")
See-also: 6a1f45d932c8 ("lib/chkname.c: Support unlimited user name lengths")
Fixes: 95ea61009da8 ("lib/chkname.c: Use precise comment")
Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
Cc: Tobias Stoeckmann <tobias@stoeckmann.org>
Cc: Serge Hallyn <serge@hallyn.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/chkname.c
lib/prototypes.h
lib/rlogin.c