summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-05-10 23:54:36 (GMT)
committerhobbs <hobbs>2003-05-10 23:54:36 (GMT)
commitb701f31c2069ea5779f8e6b5c4f1ffc870f61b5d (patch)
treecd126df644cf9164f94cf00050e2ddf55774b5e9 /ChangeLog
parent2267785cb5db5ff4ff3bc5b9b3dc9cf4f309731f (diff)
downloadtcl-b701f31c2069ea5779f8e6b5c4f1ffc870f61b5d.zip
tcl-b701f31c2069ea5779f8e6b5c4f1ffc870f61b5d.tar.gz
tcl-b701f31c2069ea5779f8e6b5c4f1ffc870f61b5d.tar.bz2
* generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat
crash when overflow sizes were given (throws error). [Bug #714106]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55e2edc..270646e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-10 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat
+ crash when overflow sizes were given (throws error). [Bug #714106]
+
2003-05-09 Joe Mistachkin <joe@mistachkin.com>
* generic/tclThreadAlloc.c (TclFreeAllocCache): Fixed memory leak