diff options
author | dgp <dgp@users.sourceforge.net> | 2009-06-10 21:38:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-06-10 21:38:13 (GMT) |
commit | 855a348eeae253e6765ea3edf689e41d79a7c081 (patch) | |
tree | 71bcf4c7619445d232514fcfe54efc942d06cc93 /ChangeLog | |
parent | 84b4642f23e9ce612ea65bb135c9ffadfe21352d (diff) | |
download | tcl-855a348eeae253e6765ea3edf689e41d79a7c081.zip tcl-855a348eeae253e6765ea3edf689e41d79a7c081.tar.gz tcl-855a348eeae253e6765ea3edf689e41d79a7c081.tar.bz2 |
* generic/tclStringObj.c: Revised [format] to not overflow the
integer calculations computing the length of the %ll formats of
really big integers. Also added protections so that [format]s that
would produce results overflowing the maximum string length of Tcl
values throw a normal Tcl error instead of a panic. [Bug 2801413]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2009-06-10 Don Porter <dgp@users.sourceforge.net> + + * generic/tclStringObj.c: Revised [format] to not overflow the + integer calculations computing the length of the %ll formats of + really big integers. Also added protections so that [format]s that + would produce results overflowing the maximum string length of Tcl + values throw a normal Tcl error instead of a panic. [Bug 2801413] + 2006-06-09 Kevin B. Kenny <kennykb@acm.org> * generic/tclGetDate.y: Fixed a thread safety bug in the generated @@ -13,7 +21,7 @@ * library/tzdata/Asia/Dhaka: New DST rule for Bangladesh. (Olson's tzdata2009i.) - + 2009-06-02 Don Porter <dgp@users.sourceforge.net> * generic/tclExecute.c: Replace dynamically-initialized table with |