summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-09-24 17:53:13 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-09-24 17:53:13 (GMT)
commit602821b89af962acbf89e7424031b0d796b3956f (patch)
tree43dd92351166d54f8c822dad35eac5abe1e10745 /ChangeLog
parent8ac914140fefc051814651ad831c28796081762e (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 585820d..706821b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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