diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-03-30 21:17:30 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-03-30 21:17:30 (GMT) |
commit | a715f307a38d6b3c3a7bb1df77fbec824879937a (patch) | |
tree | 9fe56b0756f3a9351e4c5d35cd0f7ed74df953d7 /ChangeLog | |
parent | 36a7f1eef38266693086f5e322db122fd9469b20 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |