summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCraig Small <csmall@users.sourceforge.net>2012-01-27 13:11:25 +1100
committerCraig Small <csmall@users.sourceforge.net>2012-01-27 13:11:25 +1100
commit9e046f6ee45c5ec3eb55f2a65e189c1622a02537 (patch)
tree98866c5b6c73a94ae9fcc6913fd708a4308345f5 /ChangeLog
parent340f81524cb097d814fcf344a3743de17f988e3d (diff)
Added hardened CFLAGS
Debian and Ubuntu (at the least) have some CFLAGS that harden the binary for some typical attacks. psmisc now will have these flags on by default but checks the compilier supports them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c36ba90..cf95c4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in 22.16
+================
+ * Use strncpy for COMM_LEN and make it 18 characters to cover brackets
+ in name.
+ * Enable some harden AM_CFLAGS by default, use configure option
+ --disable-harden-flags to not use it.
+
Changes in 22.15
================
* Really apply patch for SF#31110178 RH#651794, SF#3317431