diff options
author | Benny Baumann <BenBE@geshi.org> | 2023-11-11 14:59:54 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-11-13 13:24:08 +0000 |
commit | a85e6f66ea60f0fa18559bff957e0fa43f31d5f5 (patch) | |
tree | e78a4dff4e67842d8017250a2425dd8f3fb6da27 /libpam/pam_item.c | |
parent | 669bd88783d9799a8b9303006e40bab324dcc42e (diff) | |
download | pam-a85e6f66ea60f0fa18559bff957e0fa43f31d5f5.tar.gz pam-a85e6f66ea60f0fa18559bff957e0fa43f31d5f5.tar.bz2 pam-a85e6f66ea60f0fa18559bff957e0fa43f31d5f5.zip |
libpam: use printf type annotation for size_t
Several debug messages were using %u (unsigned int) instead of the
contextually correct %zu (size_t AKA long unsigned int), potentially
causing silent truncation of the printed value.
Signed-off-by: Benny Baumann <BenBE@geshi.org>
Diffstat (limited to 'libpam/pam_item.c')
0 files changed, 0 insertions, 0 deletions