summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2000-09-05 02:31:08 +0000
committerAndrew G. Morgan <morgan@kernel.org>2000-09-05 02:31:08 +0000
commit492714be0cba3a83c49150a7a219aeb5510df4b1 (patch)
tree4cb1fb30a2fa86672a83404ff1a00bf75e30c8ac /CHANGELOG
parentdc35d260aa783ba52ad3d1fce49cabacc39a9a1d (diff)
Relevant BUGIDs: 113238
Purpose of commit: document bug fix Commit summary: --------------- Vorlon committed this one, so he should get the credit.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
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