diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-05 14:10:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-05 14:10:57 (GMT) |
commit | 96c4e667ecc3d5195843b6bdcc56040f3827fff1 (patch) | |
tree | c58458e8bcd9d6d003559be47a652e2531242b15 /ChangeLog | |
parent | 824d5f55c502884fdf4482275d90eea283dbbdf3 (diff) | |
download | tcl-96c4e667ecc3d5195843b6bdcc56040f3827fff1.zip tcl-96c4e667ecc3d5195843b6bdcc56040f3827fff1.tar.gz tcl-96c4e667ecc3d5195843b6bdcc56040f3827fff1.tar.bz2 |
* generic/tclStringObj.c: Added overflow protections to the
AppendUtfToUtfRep routine to either avoid invalid arguments and
crashes, or to replace them with controlled panics. [Bug 2561794]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-02-05 Don Porter <dgp@users.sourceforge.net> + + * generic/tclStringObj.c: Added overflow protections to the + AppendUtfToUtfRep routine to either avoid invalid arguments and + crashes, or to replace them with controlled panics. [Bug 2561794] + 2009-02-04 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of |