diff options
author | dgp <dgp@users.sourceforge.net> | 2003-04-02 19:31:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-04-02 19:31:19 (GMT) |
commit | 18d98caf85ba0de87a91682af5678f6bd580a778 (patch) | |
tree | 46aeb4cbad2611a17dce42249ea85dd1880cdeda /ChangeLog | |
parent | 078b1919159c88a5ca93dbc9a7cd3459af65c1ea (diff) | |
download | tcl-18d98caf85ba0de87a91682af5678f6bd580a778.zip tcl-18d98caf85ba0de87a91682af5678f6bd580a778.tar.gz tcl-18d98caf85ba0de87a91682af5678f6bd580a778.tar.bz2 |
* generic/tclParse.c (TclSubstTokens): Moved declaration of
utfCharBytes to beginning of procedure so that it does not go
out of scope (get free()d) while append is still pointing to it.
[Bugs 703167, 713754]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-04-02 Don Porter <dgp@users.sourceforge.net> + + * generic/tclParse.c (TclSubstTokens): Moved declaration of + utfCharBytes to beginning of procedure so that it does not go + out of scope (get free()d) while append is still pointing to it. + [Bugs 703167, 713754] + 2003-04-01 Mo DeJong <mdejong@users.sourceforge.net> * unix/configure: Regen. |