summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-01-09 15:34:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-01-09 15:34:32 (GMT)
commit8b9a703b9cb4b40327681b31f0b3c1c2ed01cea5 (patch)
treee81b6e8e9ac4ea9e492f57911adda291b41104fb /ChangeLog
parent86d5b60ce155355dda1770c4fef4fdefea64ebf4 (diff)
downloadtcl-8b9a703b9cb4b40327681b31f0b3c1c2ed01cea5.zip
tcl-8b9a703b9cb4b40327681b31f0b3c1c2ed01cea5.tar.gz
tcl-8b9a703b9cb4b40327681b31f0b3c1c2ed01cea5.tar.bz2
* generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit
memory allocation requests to the sizes that can be supported by Tcl's memory allocation routines. [Bug 2494093].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94d1326..4a6cd70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-09 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit
+ memory allocation requests to the sizes that can be supported by
+ Tcl's memory allocation routines. [Bug 2494093].
+
2009-01-09 Donal K. Fellows <dkf@users.sf.net>
* generic/tclNamesp.c (NamespaceEnsembleCmd): Error out when someone