summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-01-09 15:15:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-01-09 15:15:50 (GMT)
commit3e8e91ba6eeecf57c292bc3922807c50dfa82572 (patch)
treefeef82ba344c6564b93cf10adc4609a2ef6cd09e /ChangeLog
parent6f6d9966290325cb3c380aca5acd827f6b4748bd (diff)
downloadtcl-3e8e91ba6eeecf57c292bc3922807c50dfa82572.zip
tcl-3e8e91ba6eeecf57c292bc3922807c50dfa82572.tar.gz
tcl-3e8e91ba6eeecf57c292bc3922807c50dfa82572.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 b85283f..2dd11be 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-08 Don Porter <dgp@users.sourceforge.net>
* generic/tclStringObj.c (STRING_UALLOC): Added missing parens