summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-20 05:28:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-20 05:28:38 (GMT)
commit4000672140006e9cc723e096fae6cff45ddcb267 (patch)
tree1d77923cb1f57d180d728d58aaba51b2b1d78c6f /ChangeLog
parent21f353c929064a6f5b7ab0395307b808ca9eef3f (diff)
downloadtcl-4000672140006e9cc723e096fae6cff45ddcb267.zip
tcl-4000672140006e9cc723e096fae6cff45ddcb267.tar.gz
tcl-4000672140006e9cc723e096fae6cff45ddcb267.tar.bz2
* generic/tclThreadTest.c (ThreadEventProc): Corrected subtle
bug where the returned (char *) from Tcl_GetStringResult(interp) continued to be used without copying or refcounting, while activity on the interp continued. That's not safe, and recent changes demonstrated the lack of safety with failing tests thread-4.3 and thread-4.5.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36caf31..9a92cf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-10-20 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclThreadTest.c (ThreadEventProc): Corrected subtle
+ bug where the returned (char *) from Tcl_GetStringResult(interp)
+ continued to be used without copying or refcounting, while
+ activity on the interp continued. That's not safe, and recent
+ changes demonstrated the lack of safety with failing tests
+ thread-4.3 and thread-4.5.
+
2004-10-19 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclDictObj.c (DictWithCmd): Make sure all paths (that