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)
commit5537ab67eb915869ddd76bfbe1a7881c6faca15a (patch)
tree9f69275332c80280626c60becf9e973a7d69c4da /ChangeLog
parent586e53a4ac38b4a017a8be29a3832632ef62705a (diff)
parent5e82c1c3bc9f6e0222ba44ec737ef82ea07d6e5e (diff)
downloadtcl-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--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