diff options
author | nijtmans <nijtmans> | 2011-01-25 08:49:59 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2011-01-25 08:49:59 (GMT) |
commit | d9f56d2b769b4cfce39f195178c30a407de8cccb (patch) | |
tree | 05ebd64c7a56b5c6c3ba5b75b9e88c284d137a77 /ChangeLog | |
parent | 31f8fbbd1d658b3474895271c7c3525112097d7e (diff) | |
download | tk-d9f56d2b769b4cfce39f195178c30a407de8cccb.zip tk-d9f56d2b769b4cfce39f195178c30a407de8cccb.tar.gz tk-d9f56d2b769b4cfce39f195178c30a407de8cccb.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-01-25 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tkSelect.c: [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and + * generic/tkTextDisp.c -D_FORTIFY_SOURCE=2. Just the strcpy->memcpy part, + * unix/tkUnixWm.c to prevent anything like [Bug #3164879] + * win/tkWinWm.c + 2011-01-13 Jan Nijtmans <nijtmans@users.sf.net> * library/msgbox.tcl: [Patch #3154705] Close button has no |