summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-04-02 19:31:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-04-02 19:31:19 (GMT)
commit18d98caf85ba0de87a91682af5678f6bd580a778 (patch)
tree46aeb4cbad2611a17dce42249ea85dd1880cdeda /ChangeLog
parent078b1919159c88a5ca93dbc9a7cd3459af65c1ea (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c4ef02..f9bc2b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.