diff options
author | twylite <twylite@crypt.co.za> | 2012-07-30 14:01:35 (GMT) |
---|---|---|
committer | twylite <twylite@crypt.co.za> | 2012-07-30 14:01:35 (GMT) |
commit | 0a213115cc2d64e0bf3608839b2b3f079e89c04e (patch) | |
tree | 2ae7b235a7b680ceb8b2cdd6fcb259995d524488 | |
parent | e574cc448ea3a74b469753686dbe9e2c5ac90037 (diff) | |
download | tcl-0a213115cc2d64e0bf3608839b2b3f079e89c04e.zip tcl-0a213115cc2d64e0bf3608839b2b3f079e89c04e.tar.gz tcl-0a213115cc2d64e0bf3608839b2b3f079e89c04e.tar.bz2 |
Updated ChangeLog for changes in [7a82c3e6]
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-07-24 Trevor Davel <twylite@crypt.co.za> + + * win/tclWinSock.c: [Bug: 3545363]: Loop over multiple underlying file + descriptors for a socket where required (TcpCloseProc, SocketProc). Refactor + socket/descriptor setup to manage linked list operations in one place. Fix + memory leak in socket close (TcpCloseProc) and related dangling pointers in + SocketEventProc. + 2012-07-19 Reinhard Max <max@suse.de> * win/tclWinSock.c (TcpAccept): [Bug: 3545363]: Use a large enough |