Use explicit_bzero() instead of memset() for zeroing out secrets.
authormillert <millert@openbsd.org>
Mon, 5 Oct 2015 17:31:17 +0000 (17:31 +0000)
committermillert <millert@openbsd.org>
Mon, 5 Oct 2015 17:31:17 +0000 (17:31 +0000)
commit1b7fb171885ef76699602ea94c898eea4ad21334
treedf7b9f09312e5faae536c2310c2f131b58ebfb9e
parent5b62e2be1d43dfde1e18fbaf587230098df4e78a
Use explicit_bzero() instead of memset() for zeroing out secrets.
OK deraadt@
libexec/login_chpass/login_chpass.c
libexec/login_lchpass/login_lchpass.c
libexec/login_passwd/login.c
libexec/login_passwd/login_passwd.c
libexec/login_radius/raddauth.c
libexec/login_tis/login_tis.c
libexec/login_token/token.c
libexec/login_token/tokendb.c