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