diff options
author | jenglish <jenglish@flightlab.com> | 2007-05-18 21:46:10 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-05-18 21:46:10 (GMT) |
commit | 8930fea610db5a00f787a35a28a1f2a43dad6840 (patch) | |
tree | daacf52364071c6ac1bda0b6495d801ab2929071 /ChangeLog | |
parent | 8a5f0dbbec9daac56f2e20b47a49e915fff54e47 (diff) | |
download | tk-8930fea610db5a00f787a35a28a1f2a43dad6840.zip tk-8930fea610db5a00f787a35a28a1f2a43dad6840.tar.gz tk-8930fea610db5a00f787a35a28a1f2a43dad6840.tar.bz2 |
EntrySetValue: Ensure that widget is in a consistent state before setting
the linked -textvariable. Previously, it was possible for [$e index insert]
to point past the end of the string, leading to heap corruption [Bug 1721532].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-05-18 Joe English <jenglish@users.sourceforge.net> + + * generic/ttk/ttkEntry.c(EntrySetValue): Ensure + that widget is in a consistent state before setting + the linked -textvariable. Previously, it was possible + for [$e index insert] to point past the end of the string, + leading to heap corruption [Bug 1721532]. + * tests/ttk/entry.test(entry-9.1): Add test case + for the above. + 2007-05-18 Don Porter <dgp@users.sourceforge.net> * unix/configure: autoconf-2.59 (FC6 fork) |