diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-01-18 22:20:56 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-01-18 22:20:56 (GMT) |
commit | 0de317d573fcb3c53eae3f6e5c8587b36968651c (patch) | |
tree | e2562b1a5772d51eeec66d4ead8d3b7ff19393b5 /ChangeLog | |
parent | a01c81316c6cdad00e46f0224b7bfe4b52078ad8 (diff) | |
download | tcl-0de317d573fcb3c53eae3f6e5c8587b36968651c.zip tcl-0de317d573fcb3c53eae3f6e5c8587b36968651c.tar.gz tcl-0de317d573fcb3c53eae3f6e5c8587b36968651c.tar.bz2 |
* generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize
the EventScriptRecord (esPtr) fully before handing it to
Tcl_CreateChannelHandler for registration. Otherwise a reflected
channel calling 'chan postevent' (== Tcl_NotifyChannel) in its
'watchProc' will cause the function 'TclChannelEventScriptInvoker'
to be run on an uninitialized structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2010-01-18 Andreas Kupries <andreask@activestate.com> + + * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize + the EventScriptRecord (esPtr) fully before handing it to + Tcl_CreateChannelHandler for registration. Otherwise a reflected + channel calling 'chan postevent' (== Tcl_NotifyChannel) in its + 'watchProc' will cause the function 'TclChannelEventScriptInvoker' + to be run on an uninitialized structure. + 2010-01-18 Donal K. Fellows <dkf@users.sf.net> * generic/tclStringObj.c (Tcl_AppendFormatToObj): [Bug 2932421]: Stop |