summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-02-25 23:17:21 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-02-25 23:17:21 (GMT)
commit1690e4866895623a276336a661c86f89b9207477 (patch)
treef276f158f540b6af512dd82cee94bbc3bae1eacf /ChangeLog
parent9eab669dcad29058d8581e85692326a2c0beed04 (diff)
downloadtcl-1690e4866895623a276336a661c86f89b9207477.zip
tcl-1690e4866895623a276336a661c86f89b9207477.tar.gz
tcl-1690e4866895623a276336a661c86f89b9207477.tar.bz2
avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 063edc4..f79b448 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-25 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclBasic.c (Tcl_EvalEx): avoiding a buffer overrun
+ reported by Joe English, and restoring tcl7.6 behaviour for
+ [subst]: badly terminated nested scripts will raise an error
+ andnot be evaluated. [Bug #495207]
+
2002-02-25 Don Porter <dgp@users.sourceforge.net>
* unix/tclUnixPort.h: corrected strtoll prototype mismatch on Tru64.