diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-28 09:16:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-28 09:16:53 (GMT) |
commit | 7b6c9f14c0934081e48c1d5b024040e6f87bc365 (patch) | |
tree | 871e91cb0954e540254e9a1360af8d39bf6e4d4f /ChangeLog | |
parent | bbcde1099fd3c3c5c025bba8268c22942652f457 (diff) | |
download | tk-7b6c9f14c0934081e48c1d5b024040e6f87bc365.zip tk-7b6c9f14c0934081e48c1d5b024040e6f87bc365.tar.gz tk-7b6c9f14c0934081e48c1d5b024040e6f87bc365.tar.bz2 |
[Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One more place where this problem could appear.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-03-28 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tkTextBTree.c: [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and + -D_FORTIFY_SOURCE=2. One more place where this problem could appear. + 2011-03-24 Jan Nijtmans <nijtmans@users.sf.net> * win/tkWinMenu.c: [Bug #3239768] tk8.4.19 (and later) WIN32 |