diff options
author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2024-01-21 13:05:51 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-01-21 22:36:10 +0000 |
commit | e0055ec950a7a2822c7758c9935cfff3e1e7c867 (patch) | |
tree | ef83b71ab924b8e982e18a525a5cdf6e752a6d39 /libpam_internal/pam_debug.c | |
parent | 70773c1a25dd5a2ae6611fddd7c4b1250ee429eb (diff) | |
download | pam-e0055ec950a7a2822c7758c9935cfff3e1e7c867.tar.gz pam-e0055ec950a7a2822c7758c9935cfff3e1e7c867.tar.bz2 pam-e0055ec950a7a2822c7758c9935cfff3e1e7c867.zip |
pam_faildelay: support UINT_MAX delay on 32 bit
Use strtoll to support up to 64 bit on 32 bit systems, although only up
to 32 unsigned bits are used. The strtoul function exists but converts
negative numbers to positive ones without any form of warning.
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'libpam_internal/pam_debug.c')
0 files changed, 0 insertions, 0 deletions