summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2007-09-03 21:58:44 +0000
committerSteve Langasek <vorlon@debian.org>2007-09-03 21:58:44 +0000
commit04171b8d2b2fbc2c216a427c3b60aabc9725ebc2 (patch)
tree60c2fb42089a5c375f4c9692cd74750673bd1d67 /ChangeLog
parent379e1f36401db2137b55382a3ad544069279e93d (diff)
Relevant BUGIDs: Debian bug #331278
Purpose of commit: bugfix/cleanup Commit summary: --------------- 2007-09-03 Steve Langasek <vorlon@debian.org> * modules/pam_limits/pam_limits.c: remove a number of unnecessary string manipulations, including a strncpy() that was acting on overlapping memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 841b028f..a83809c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-09-03 Steve Langasek <vorlon@debian.org>
+ * modules/pam_limits/pam_limits.c: remove a number of unnecessary
+ string manipulations, including a strncpy() that was acting on
+ overlapping memory.
+
* libpam_misc/misc_conv.c: don't block SIGINT in misc_conv; it's
perfectly valid to allow the user to interrupt at a prompt. If
an application wants prompts to not be interruptable, the