summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-09-24 17:53:39 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-09-24 17:53:39 (GMT)
commit87af30e0e77b0228943003952af1742423ed0b6d (patch)
tree189b336d0b4ff26b839257006aebc30915af1c05 /ChangeLog
parenta186bdb4397f2d831f6bb04e453fdf14e21c9c97 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7822654..20c82ff 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-23 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclDecls.h: Make Tcl_SetPanicProc and Tcl_GetStringResult