diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-25 17:08:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-25 17:08:27 (GMT) |
commit | 88c10a50633227440660c623dc76a8f017b1e054 (patch) | |
tree | dc74f5bfaf803ea5124e2c2daf2c273fafa42b50 /ChangeLog | |
parent | 5969910620bf508843c84476d7ccb60a0e9e8506 (diff) | |
download | tk-88c10a50633227440660c623dc76a8f017b1e054.zip tk-88c10a50633227440660c623dc76a8f017b1e054.tar.gz tk-88c10a50633227440660c623dc76a8f017b1e054.tar.bz2 |
Fix [Bug 2809525] by limiting X11 color name lengths.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-10-25 Donal K. Fellows <dkf@users.sf.net> + + * unix/tkUnixColor.c (TkpGetColor): [Bug 2809525]: Impose a maximum + X11 color name length so that it becomes impossible to blow things up + that way. + 2009-10-22 Donal K. Fellows <dkf@users.sf.net> * generic/tkText.c (Tk_TextCmd, TextEditUndo, TextEditRedo) |