diff options
author | dgp <dgp@users.sourceforge.net> | 2009-01-09 15:15:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-01-09 15:15:50 (GMT) |
commit | 3e8e91ba6eeecf57c292bc3922807c50dfa82572 (patch) | |
tree | feef82ba344c6564b93cf10adc4609a2ef6cd09e /ChangeLog | |
parent | 6f6d9966290325cb3c380aca5acd827f6b4748bd (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |