diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-09-24 17:53:39 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-09-24 17:53:39 (GMT) |
commit | 87af30e0e77b0228943003952af1742423ed0b6d (patch) | |
tree | 189b336d0b4ff26b839257006aebc30915af1c05 /ChangeLog | |
parent | a186bdb4397f2d831f6bb04e453fdf14e21c9c97 (diff) | |
download | tcl-87af30e0e77b0228943003952af1742423ed0b6d.zip tcl-87af30e0e77b0228943003952af1742423ed0b6d.tar.gz tcl-87af30e0e77b0228943003952af1742423ed0b6d.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-23 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclDecls.h: Make Tcl_SetPanicProc and Tcl_GetStringResult |