]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/limits.c: set_umask(): Simplify, by calling str2i(mode_t, ) instead of str2ul()
authorAlejandro Colomar <alx@kernel.org>
Tue, 9 Jan 2024 19:02:38 +0000 (20:02 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 2 Jul 2024 20:52:31 +0000 (22:52 +0200)
commit169cbe1f56a6782d5cd1667b37fb84ee3313fe42
tree63e5869db8321098fa5d8617f4fe52c3e2a1030f
parentdba5600cef8e06313257a7fdd0dbe68715a8d2fa
lib/limits.c: set_umask(): Simplify, by calling str2i(mode_t, ) instead of str2ul()

Reviewed-by: "Serge E. Hallyn" <serge@hallyn.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/limits.c