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)
commitd07727d2848e3bd61cc0ea82022e1107375f6e5f (patch)
tree43dd92351166d54f8c822dad35eac5abe1e10745 /ChangeLog
parent4066f666ec143c0cff62ee47b91d1ebc6b97c7b5 (diff)
downloadtcl-d07727d2848e3bd61cc0ea82022e1107375f6e5f.zip
tcl-d07727d2848e3bd61cc0ea82022e1107375f6e5f.tar.gz
tcl-d07727d2848e3bd61cc0ea82022e1107375f6e5f.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