summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-02-04 14:40:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-02-04 14:40:40 (GMT)
commit57a9d5c7a9bcb11382589b6808d3c4c6111c3283 (patch)
tree9f69275332c80280626c60becf9e973a7d69c4da /ChangeLog
parent9e6725acf0dcc249a33a22654ac21f3e1ec42de8 (diff)
parente24489dcce38fa713f3a8b1c4223a931436683df (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a329282..9e3ffb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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