summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2011-01-25 08:31:37 (GMT)
committernijtmans <nijtmans>2011-01-25 08:31:37 (GMT)
commite879651f606df661d88f8b3ae73bdbbd37d4082c (patch)
tree5102c8db204c464ad05ae31f1603514f24068789 /ChangeLog
parenta997d84bbfd5ab7b01bebf18efbc60b358770bc0 (diff)
downloadtk-e879651f606df661d88f8b3ae73bdbbd37d4082c.zip
tk-e879651f606df661d88f8b3ae73bdbbd37d4082c.tar.gz
tk-e879651f606df661d88f8b3ae73bdbbd37d4082c.tar.bz2
[Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.
Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3a51a9..f835f0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-25 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tkSelect.c: [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and
+ * win/tkWinWm.c -D_FORTIFY_SOURCE=2. Just the strcpy->memcpy part,
+ * unix/tkUnixWm.c to prevent anything like [Bug #3164879]
+
2011-01-22 Joe English <jenglish@users.sourceforge.net>
* generic/ttk/ttkEntry.c(ttk::combobox): Add missing