From: Andrew G. Morgan Date: Tue, 5 Sep 2000 02:31:08 +0000 (+0000) Subject: Relevant BUGIDs: 113238 X-Git-Tag: Linux-PAM-0-73~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=492714be0cba3a83c49150a7a219aeb5510df4b1;p=linux-pam Relevant BUGIDs: 113238 Purpose of commit: document bug fix Commit summary: --------------- Vorlon committed this one, so he should get the credit. --- diff --git a/CHANGELOG b/CHANGELOG index 1c5d283d..64161420 100644 --- 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