summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCraig Small <csmall@users.sourceforge.net>2012-02-26 15:18:42 +1100
committerCraig Small <csmall@users.sourceforge.net>2012-02-26 15:18:42 +1100
commitb1aa34c3cc0299f5e7aeaeb4c710442b0f669a6e (patch)
treec4a66b0f56329008f5588d6c406543706695fda0 /ChangeLog
parentd65e2fb891da3797c4d5a62a1adeee6f48d17e02 (diff)
Null terminate some strings
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf95c4b..45f6c04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Changes in 22.16
================
* Use strncpy for COMM_LEN and make it 18 characters to cover brackets
in name.
+ * don't change COMM_LEN, it breaks matching long commands
+ Debian #661145
* Enable some harden AM_CFLAGS by default, use configure option
--disable-harden-flags to not use it.