diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-05 13:59:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-05 13:59:20 (GMT) |
commit | 9d3c4057d313047c7da3fa8d9624b06913b814d1 (patch) | |
tree | 86c94b1b0370968e22c9e0244e766730e3e7e70e /ChangeLog | |
parent | fb0738b32fc527f67ed00a01c99eb99ed396c40e (diff) | |
download | tcl-9d3c4057d313047c7da3fa8d9624b06913b814d1.zip tcl-9d3c4057d313047c7da3fa8d9624b06913b814d1.tar.gz tcl-9d3c4057d313047c7da3fa8d9624b06913b814d1.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 |