diff options
author | dgp <dgp@users.sourceforge.net> | 2009-01-09 15:12:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-01-09 15:12:23 (GMT) |
commit | 7c046b459d010a331697abb8a76eecc8a81968c4 (patch) | |
tree | a900701f698bbc9c644e088bb73e0631e417acc7 /ChangeLog | |
parent | b98ad0d6cb97c6c201972b177bc0578706aee6cd (diff) | |
download | tcl-7c046b459d010a331697abb8a76eecc8a81968c4.zip tcl-7c046b459d010a331697abb8a76eecc8a81968c4.tar.gz tcl-7c046b459d010a331697abb8a76eecc8a81968c4.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 |