diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-09-24 17:53:13 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-09-24 17:53:13 (GMT) |
commit | 602821b89af962acbf89e7424031b0d796b3956f (patch) | |
tree | 43dd92351166d54f8c822dad35eac5abe1e10745 /ChangeLog | |
parent | 8ac914140fefc051814651ad831c28796081762e (diff) | |
download | tcl-602821b89af962acbf89e7424031b0d796b3956f.zip tcl-602821b89af962acbf89e7424031b0d796b3956f.tar.gz tcl-602821b89af962acbf89e7424031b0d796b3956f.tar.bz2 |
* tclWinsock.c: [Bug 3056775]: Fixed race condition between thread
and internal co-thread access of a socket's structure because of
the thread not using the socketListLock in TcpAccept(). Added
documentation on how the module works to the top.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-09-24 Andreas Kupries <andreask@activestate.com> + + * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread + and internal co-thread access of a socket's structure because of + the thread not using the socketListLock in TcpAccept(). Added + documentation on how the module works to the top. + 2010-09-01 Andreas Kupries <andreask@activestate.com> * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to |