summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-11-12 02:23:28 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-11-12 02:23:28 +0000
commit568e5f97b27b1c9f8f87ed2c61a59cf15a2c0694 (patch)
treee989e2e01b16c9a1dca5e56ff846520e0d01b7fa /CHANGELOG
parent99358b2b4e10db0778bcdf0ef829553f2d0b453f (diff)
Relevant BUGIDs: 476983
Purpose of commit: bugfixes Commit summary: --------------- lots of segfault potential removed. Nalin found the biggies.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3979c040..d84253e5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,9 @@ bug report - outstanding bugs are listed here:
0.76: please submit patches for this section with actual code/doc
patches!
+* pam_issue: Nalin found segfaulting problems if the PAM_USER_PROMPT
+ is unset, found some similar problems with assumptions about
+ realloc. (Bug 476983 - agmorgan)
* pam_env: 'weichangyang of hotmail' pointed out a wild string with no
valid '\0' was leading to problems with sshd and suggested fix (Bug
473034 - agmorgan)