diff options
| author | andreask <andreask> | 2012-05-09 19:09:51 (GMT) |
|---|---|---|
| committer | andreask <andreask> | 2012-05-09 19:09:51 (GMT) |
| commit | e3619947c25c73c66ccc4fafcd6f044272295870 (patch) | |
| tree | 37e4e46bdd84967a8687cefad0aacc23728bf2e9 /generic/tclIO.c | |
| parent | 240f527338b65246f03d5a965a75f06aaba9378a (diff) | |
| download | tcl-e3619947c25c73c66ccc4fafcd6f044272295870.zip tcl-e3619947c25c73c66ccc4fafcd6f044272295870.tar.gz tcl-e3619947c25c73c66ccc4fafcd6f044272295870.tar.bz2 | |
* generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the
test case. Modified [chan postevent] to properly inject the
event(s) into the owner thread's event queue for execution in the
correct context. Renamed the ForwardOpTo...Thread() function to
match with our terminology.
Diffstat (limited to 'generic/tclIO.c')
| -rw-r--r-- | generic/tclIO.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c index 86ee6ed..9e729c4 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.c @@ -8760,7 +8760,7 @@ CreateScriptRecord( /* * Initialize the structure before calling Tcl_CreateChannelHandler, - * because a reflected channel caling 'chan postevent' aka + * because a reflected channel calling 'chan postevent' aka * 'Tcl_NotifyChannel' in its 'watch'Proc will invoke * 'TclChannelEventScriptInvoker' immediately, and we do not wish it to * see uninitialized memory and crash. See [Bug 2918110]. |
