diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-09-24 17:53:27 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-09-24 17:53:27 (GMT) |
commit | 00efdb0d2bef7e0e1a7f08185744aa8c61d321e0 (patch) | |
tree | 59d2f41109baca9aa8abc6eac1e276420da52742 /ChangeLog | |
parent | 7cb06f1e78b67852cb9a7235051feba42c771fe9 (diff) | |
download | tcl-00efdb0d2bef7e0e1a7f08185744aa8c61d321e0.zip tcl-00efdb0d2bef7e0e1a7f08185744aa8c61d321e0.tar.gz tcl-00efdb0d2bef7e0e1a7f08185744aa8c61d321e0.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 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdAH.c: Fix cases where value returned by |