diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-04 18:57:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-04 18:57:47 (GMT) |
commit | 557a19a96c598d8b25e9e72134ea69030946a310 (patch) | |
tree | 51ba492d2f4ea5f79516092bcbb6a07a11f5a91b /ChangeLog | |
parent | cc60365fd9005e253d3d786722bc32bd4c6aa66e (diff) | |
download | tcl-557a19a96c598d8b25e9e72134ea69030946a310.zip tcl-557a19a96c598d8b25e9e72134ea69030946a310.tar.gz tcl-557a19a96c598d8b25e9e72134ea69030946a310.tar.bz2 |
* generic/tclCmdMZ.c: Prevent crashes due to int overflow of the
length of the result of [string repeat]. [Bug 2561746]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-02-04 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the + length of the result of [string repeat]. [Bug 2561746] + 2009-01-29 Donal K. Fellows <dkf@users.sf.net> * generic/tclNamesp.c (Tcl_FindCommand): [Bug 2519474]: Ensure that |