diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2009-10-25 17:04:26 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2009-10-25 17:04:26 (GMT) |
commit | 0f150fb45fcbd2ff5bd8f83c87f2058cd1873e08 (patch) | |
tree | 20df06673027a843b6c37ecf31018d7a5ad6767f /ChangeLog | |
parent | 881243f97cfc17bf1b7c2e58db22c59e8d86b72a (diff) | |
download | tk-0f150fb45fcbd2ff5bd8f83c87f2058cd1873e08.zip tk-0f150fb45fcbd2ff5bd8f83c87f2058cd1873e08.tar.gz tk-0f150fb45fcbd2ff5bd8f83c87f2058cd1873e08.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. |