]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 113238
authorAndrew G. Morgan <morgan@kernel.org>
Tue, 5 Sep 2000 02:31:08 +0000 (02:31 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Tue, 5 Sep 2000 02:31:08 +0000 (02:31 +0000)
Purpose of commit: document bug fix

Commit summary:
---------------
Vorlon committed this one, so he should get the credit.

CHANGELOG

index 1c5d283d10155a65d7d0299b49fdd00891a592dc..6416142030ce9f0a26acc771b3c624cafef6ee4f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id.
 0.73: please submit patches for this section with actual code/doc
       patches!
 
+* fix for pam_unix (support.c) to avoid segfault with NULL password
+  (Bug 113238 - vorlon)
 * fix to pam_unix_passwd: try repeatedly to get a lock on the password
   file, instead of failing immediately (Bug 108845 - fix vorlon)
 * fix to pam_shells: logged information was not formatted correctly