aboutsummaryrefslogtreecommitdiff
path: root/libpam/pam_env.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2023-01-30 17:53:24 +0100
committerChristian Göttsche <cgzones@googlemail.com>2023-02-28 15:11:18 +0100
commit19a29268178951988eca29a7830f24bfef300c3c (patch)
tree23024993a88582f13a3d63a60446c6ab4207b12e /libpam/pam_env.c
parentbde2277d2aa1cd9d4a14a1a1f89241d5e86b0bad (diff)
downloadpam-19a29268178951988eca29a7830f24bfef300c3c.tar.gz
pam-19a29268178951988eca29a7830f24bfef300c3c.tar.bz2
pam-19a29268178951988eca29a7830f24bfef300c3c.zip
libpam: introduce secure memory erasure helpers
Avoid compiler optimizations to elide the memory erasure by using a secure method: either memset_explicit() [C23], bzero_explicit() [glibc 2.25] or a manual memory barrier. Since the current helpers _pam_overwrite*() and _pam_drop_reply() are publicly exported, create new ones in "pam_inline.h" and deprecate the old ones.
Diffstat (limited to 'libpam/pam_env.c')
0 files changed, 0 insertions, 0 deletions