summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-10-25 17:08:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-10-25 17:08:27 (GMT)
commit88c10a50633227440660c623dc76a8f017b1e054 (patch)
treedc74f5bfaf803ea5124e2c2daf2c273fafa42b50 /ChangeLog
parent5969910620bf508843c84476d7ccb60a0e9e8506 (diff)
downloadtk-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8972c4..5c13d07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)