diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-04 14:40:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-04 14:40:40 (GMT) |
commit | 57a9d5c7a9bcb11382589b6808d3c4c6111c3283 (patch) | |
tree | 9f69275332c80280626c60becf9e973a7d69c4da /ChangeLog | |
parent | 9e6725acf0dcc249a33a22654ac21f3e1ec42de8 (diff) | |
parent | e24489dcce38fa713f3a8b1c4223a931436683df (diff) | |
download | tcl-57a9d5c7a9bcb11382589b6808d3c4c6111c3283.zip tcl-57a9d5c7a9bcb11382589b6808d3c4c6111c3283.tar.gz tcl-57a9d5c7a9bcb11382589b6808d3c4c6111c3283.tar.bz2 |
[3603163]: Stop crash in weird case where [eval] is used to make [array set]
get confused about whether there is a local variable table or not. Thanks to
Poor Yorick for identifying a reproducible crashing case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-02-04 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCompCmds.c (TclCompileArraySetCmd): [Bug 3603163]: Stop + crash in weird case where [eval] is used to make [array set] get + confused about whether there is a local variable table or not. Thanks + to Poor Yorick for identifying a reproducible crashing case. + 2013-01-30 Andreas Kupries <andreask@activestate.com> * library/platform/platform.tcl (::platform::LibcVersion): See |