summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-12-08 15:31:48 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-12-08 15:31:48 (GMT)
commit9c6a6a68cfa0c1a9f7f1e029607ea8a8926d81eb (patch)
treeaa8c818191d130ba63a26953a6a9bbe1dee99f41 /ChangeLog
parent25434df7c01e5696ea3b4affeed85ad22d09587b (diff)
downloadtcl-9c6a6a68cfa0c1a9f7f1e029607ea8a8926d81eb.zip
tcl-9c6a6a68cfa0c1a9f7f1e029607ea8a8926d81eb.tar.gz
tcl-9c6a6a68cfa0c1a9f7f1e029607ea8a8926d81eb.tar.bz2
* win/tclWinSock.c (SocketThreadExitHandler, InitSockets): Check
that the tsdPtr is valid before dereferencing as we call it from the exit handler, too [Bug 650353]. Another WSAStartup() loaded version comparison byte swap issue fixed. Although 0x0101 byte swapped is still 0x0101, properly claiming which is major/minor is more correct.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 477c3e6..08d0ede 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-12-08 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tclWinSock.c (SocketThreadExitHandler, InitSockets): Check
+ that the tsdPtr is valid before dereferencing as we call it from
+ the exit handler, too [Bug 650353]. Another WSAStartup() loaded
+ version comparison byte swap issue fixed. Although 0x0101 byte
+ swapped is still 0x0101, properly claiming which is major/minor
+ is more correct.
+
2002-12-06 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclStubInit.c: regen