summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-04 18:15:47 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-04 18:15:47 (GMT)
commit49dfd861199470b98849897f9d94ad4691438d4e (patch)
treeaf3f7383d69baf3c553d7e3e87bc1a98d2d333a9 /ChangeLog
parent22d5aa3e9618d2c3f426a16282fbdb93be01b417 (diff)
downloadtcl-49dfd861199470b98849897f9d94ad4691438d4e.zip
tcl-49dfd861199470b98849897f9d94ad4691438d4e.tar.gz
tcl-49dfd861199470b98849897f9d94ad4691438d4e.tar.bz2
* generic/tclCmdMZ.c: Prevent crashes due to int overflow of the
length of the result of [string repeat]. [Bug 2561746]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56a77f9..cc51b8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-04 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the
+ length of the result of [string repeat]. [Bug 2561746]
+
2009-02-03 Jan Nijtmans <nijtmans@users.sf.net>
* macosx/tclMacOSXFCmd.c - eliminate some unnessary type casts