diff options
author | rmax <rmax@noemail.net> | 2008-02-01 16:59:56 (GMT) |
---|---|---|
committer | rmax <rmax@noemail.net> | 2008-02-01 16:59:56 (GMT) |
commit | 8a5f686bc1ab1f05aaf996f0ce846af178d2c47c (patch) | |
tree | 8d1b1136c1077fc11fc759459a79faa36a791377 /ChangeLog | |
parent | a9aa1b4aa8be79eb2221c17665624b8b6727ce19 (diff) | |
download | tk-8a5f686bc1ab1f05aaf996f0ce846af178d2c47c.zip tk-8a5f686bc1ab1f05aaf996f0ce846af178d2c47c.tar.gz tk-8a5f686bc1ab1f05aaf996f0ce846af178d2c47c.tar.bz2 |
* generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).
* tests/imgPhoto.test: Added a test for the above.
FossilOrigin-Name: fb40595a088937ee93e4572b98f7787e3e4461a3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-02-01 Reinhard Max <max@suse.de> + + * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). + * tests/imgPhoto.test: Added a test for the above. + 2007-12-31 Don Porter <dgp@users.sourceforge.net> *** 8.4.17 TAGGED FOR RELEASE *** |