]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Calling plug_closing() is highly likely to result in a call to sk_close(),
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 11 Jan 2003 17:36:24 +0000 (17:36 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 11 Jan 2003 17:36:24 +0000 (17:36 +0000)
commit2506a26ab42b75c483ab0b3318bfae59b52861b1
treeceb5e14599dd5a629bd2b576ec9f0fc0541c7fde
parentcd79a89c1184296c035c531e07430adcfb18b75c
Calling plug_closing() is highly likely to result in a call to sk_close(),
so arrange that mactcp_poll() can cope with that and not access freed memory
when it happens.

[originally from svn r2545]
mac/mtcpnet.c