summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-01-18 22:20:56 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-01-18 22:20:56 (GMT)
commit0de317d573fcb3c53eae3f6e5c8587b36968651c (patch)
treee2562b1a5772d51eeec66d4ead8d3b7ff19393b5 /ChangeLog
parenta01c81316c6cdad00e46f0224b7bfe4b52078ad8 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfd53a3..6a68cbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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