]> granicus.if.org Git - linux-pam/commit
Add checks for crypt() returning NULL.
authorTomas Mraz <tmraz@fedoraproject.org>
Fri, 8 Feb 2013 14:04:26 +0000 (15:04 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Fri, 8 Feb 2013 14:04:26 +0000 (15:04 +0100)
commit8dc056c1c8bc7acb66c4decc49add2c3a24e6310
tree6bc6ebe09731ee52e67ecd702d2f4834221f15d9
parente2a818773f96d12fc9f91bf2792a5a216c3b9aa4
Add checks for crypt() returning NULL.

modules/pam_pwhistory/opasswd.c (compare_password): Add check for crypt() NULL return.
modules/pam_unix/bigcrypt.c (bigcrypt): Likewise.
modules/pam_pwhistory/opasswd.c
modules/pam_unix/bigcrypt.c