]> granicus.if.org Git - linux-pam/commit
Check for crypt() failure returning NULL.
authorPaul Wouters <pwouters@redhat.com>
Wed, 11 Apr 2012 19:13:14 +0000 (21:13 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Wed, 11 Apr 2012 19:13:14 +0000 (21:13 +0200)
commit1329c68b19daa6d5793dd672db73ebe85465eea9
tree99765fcc4b18a42e4ede168cba28d05267d88e36
parent3c69856acf9af74368b789b1ed867b433db0ed02
Check for crypt() failure returning NULL.

* modules/pam_unix/pam_unix_passwd.c (pam_sm_chauthtok): Adjust syslog message.
* modules/pam_unix/passverify.c (create_password_hash): Check for crypt()
returning NULL.
modules/pam_unix/pam_unix_passwd.c
modules/pam_unix/passverify.c