diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-25 16:27:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-25 16:27:21 (GMT) |
commit | 5dac4fa094034470abd2ee135112ee4260292a6b (patch) | |
tree | 19b343058cd2b95b73d390d8ee89e6db7b68aa0d /ChangeLog | |
parent | 03be57bf29ab5c74d5c517f01b29f3bfbb706f7d (diff) | |
download | tk-5dac4fa094034470abd2ee135112ee4260292a6b.zip tk-5dac4fa094034470abd2ee135112ee4260292a6b.tar.gz tk-5dac4fa094034470abd2ee135112ee4260292a6b.tar.bz2 |
Fix [Bug 2809525] by limiting X11 color name lengths.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +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. + * library/text.tcl: [Bug 1854913]: Stop <Delete> actions from ever deleting backwards, even when the insertion cursor is "at the end" of the text widget. |