diff options
author | davygrvy <davygrvy@pobox.com> | 2002-12-08 15:31:48 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-12-08 15:31:48 (GMT) |
commit | 9c6a6a68cfa0c1a9f7f1e029607ea8a8926d81eb (patch) | |
tree | aa8c818191d130ba63a26953a6a9bbe1dee99f41 /ChangeLog | |
parent | 25434df7c01e5696ea3b4affeed85ad22d09587b (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |