summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-08-26 17:38:54 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-08-26 17:38:54 (GMT)
commit7f4c44f7f9c94d6872c360fa78a5ca8774cb5125 (patch)
treee3d1c70b751e94eaf4884f0f58810a5e50087e23 /ChangeLog
parent283f4b6204dfa73280a57969b67b4151175142b0 (diff)
downloadtcl-7f4c44f7f9c94d6872c360fa78a5ca8774cb5125.zip
tcl-7f4c44f7f9c94d6872c360fa78a5ca8774cb5125.tar.gz
tcl-7f4c44f7f9c94d6872c360fa78a5ca8774cb5125.tar.bz2
2002-08-26 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclCompCmds.c: fix for [Bug 599788] (error in element name causing segfault), reported by Tom Wilkason. Fixed by copying the tokens instead of the source string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84a2da1..69cf7f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-08-26 Miguel Sofer <msofer@users.sourceforge.net>
+ * generic/tclCompCmds.c: fix for [Bug 599788] (error in element
+ name causing segfault), reported by Tom Wilkason. Fixed by copying
+ the tokens instead of the source string.
+
+2002-08-26 Miguel Sofer <msofer@users.sourceforge.net>
+
* generic/tclThreadAlloc.c: small optimisation, reducing the
new allocator's overhead.