summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-03-30 21:17:30 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-03-30 21:17:30 (GMT)
commita715f307a38d6b3c3a7bb1df77fbec824879937a (patch)
tree9fe56b0756f3a9351e4c5d35cd0f7ed74df953d7 /ChangeLog
parent36a7f1eef38266693086f5e322db122fd9469b20 (diff)
downloadtcl-a715f307a38d6b3c3a7bb1df77fbec824879937a.zip
tcl-a715f307a38d6b3c3a7bb1df77fbec824879937a.tar.gz
tcl-a715f307a38d6b3c3a7bb1df77fbec824879937a.tar.bz2
* generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput,
ReflectSeekWide, ReflectWatch, ReflectBlock, ReflectSetOption, ReflectGetOption, ForwardProc): [Bug 2978773]: Preserve ReflectedChannel* structures across handler invokations, to avoid crashes when the handler implementation induces nested callbacks and destruction of the channel deep inside such a nesting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf30088..b505616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-30 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput,
+ ReflectSeekWide, ReflectWatch, ReflectBlock, ReflectSetOption,
+ ReflectGetOption, ForwardProc): [Bug 2978773]: Preserve
+ ReflectedChannel* structures across handler invokations, to avoid
+ crashes when the handler implementation induces nested callbacks
+ and destruction of the channel deep inside such a nesting.
+
2010-03-30 Don Porter <dgp@users.sourceforge.net>
* generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder