]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Null out the socket pointers in X- and port-forwarding channels for
authorSimon Tatham <anakin@pobox.com>
Wed, 17 Feb 2010 19:02:04 +0000 (19:02 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 17 Feb 2010 19:02:04 +0000 (19:02 +0000)
commit38714cecf3cbc720a48f75ce1d212a91438e9542
tree13b647991a486ed691a197059a23373cb0c30d76
parent7e16457d14ffae47303da8c48af98de68bb3a6ed
Null out the socket pointers in X- and port-forwarding channels for
which we close the socket without destroying the channel. John
Peterson reports periodic crashes under heavy load which appear to
be fixed by this, though I don't know the exact circumstances
induced by that load.

[originally from svn r8871]
ssh.c