]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/, src/: Use strncmp(3) instead of explicit byte comparisons
authorAlejandro Colomar <alx@kernel.org>
Thu, 4 Jul 2024 16:47:58 +0000 (18:47 +0200)
committerSerge Hallyn <serge@hallyn.com>
Sat, 18 Oct 2025 19:08:47 +0000 (14:08 -0500)
commit49a1995049546ffd943953c320c8409082e3d167
tree2f6316eb32cc4f6d0bca175dd88a3651c89c90d3
parentdb2a06ec2411a57c201e618e8cd3c2a6fcd91ee3
lib/, src/: Use strncmp(3) instead of explicit byte comparisons

This is simpler to read, IMO.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/utmp.c
src/login.c
src/logoutd.c