diff options
author | Dmitry V. Levin <ldv@strace.io> | 2024-12-30 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-12-30 08:00:00 +0000 |
commit | e634a3a9be9484ada6e93970dfaf0f055ca17332 (patch) | |
tree | 18ed0f317b95dd08c94f98569fd1d27d7b9f5745 /meson.build | |
parent | c6efd4e8696233c8c180a10dbcbcb035e1bd8536 (diff) | |
download | pam-e634a3a9be9484ada6e93970dfaf0f055ca17332.tar.gz pam-e634a3a9be9484ada6e93970dfaf0f055ca17332.tar.bz2 pam-e634a3a9be9484ada6e93970dfaf0f055ca17332.zip |
pam_unix: do not overwrite the string returned by crypt_r
Given that the crypt_data storage passed to crypt_r is cleared
afterwards, there is no point in clearing the string returned by
crypt_r. This also fixes the issue with those crypt_r implementations
that can return a pointer to read-only memory.
Resolves: https://github.com/linux-pam/linux-pam/issues/866
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions