diff options
author | dgp <dgp@users.sourceforge.net> | 2009-01-09 15:34:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-01-09 15:34:32 (GMT) |
commit | 8b9a703b9cb4b40327681b31f0b3c1c2ed01cea5 (patch) | |
tree | e81b6e8e9ac4ea9e492f57911adda291b41104fb /ChangeLog | |
parent | 86d5b60ce155355dda1770c4fef4fdefea64ebf4 (diff) | |
download | tcl-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-- | 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-09 Donal K. Fellows <dkf@users.sf.net> * generic/tclNamesp.c (NamespaceEnsembleCmd): Error out when someone |