diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-01-18 22:19:11 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-01-18 22:19:11 (GMT) |
commit | dd8e1bd7964abd576b6ae32c876f793ae4bbaf9b (patch) | |
tree | df0ce681c5c4e6b1a808e500ca637d8609a01b6b /ChangeLog | |
parent | 91c61162398c0ed35ad2306485e824c16fff667a (diff) | |
download | tcl-dd8e1bd7964abd576b6ae32c876f793ae4bbaf9b.zip tcl-dd8e1bd7964abd576b6ae32c876f793ae4bbaf9b.tar.gz tcl-dd8e1bd7964abd576b6ae32c876f793ae4bbaf9b.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 |