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 | 5537ab67eb915869ddd76bfbe1a7881c6faca15a (patch) | |
tree | 9f69275332c80280626c60becf9e973a7d69c4da /ChangeLog | |
parent | 586e53a4ac38b4a017a8be29a3832632ef62705a (diff) | |
parent | 5e82c1c3bc9f6e0222ba44ec737ef82ea07d6e5e (diff) | |
download | tcl-5537ab67eb915869ddd76bfbe1a7881c6faca15a.zip tcl-5537ab67eb915869ddd76bfbe1a7881c6faca15a.tar.gz tcl-5537ab67eb915869ddd76bfbe1a7881c6faca15a.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 |