]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Block SIGPIPE in Unix plink. In a port-forwarding run we may have lots
authorSimon Tatham <anakin@pobox.com>
Thu, 8 Dec 2011 19:15:52 +0000 (19:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 8 Dec 2011 19:15:52 +0000 (19:15 +0000)
commit9b6c8fd29e1c2ca2a18968617fecae476e8c583a
tree7af4b31b0ae064aa578eb1970584f32fac651281
parent3e2220518a6c99102ca3c7e8a089372b3e90097d
Block SIGPIPE in Unix plink. In a port-forwarding run we may have lots
of local sockets and pipes all open at once, and if one of them is
uncleanly closed from the remote end we don't want the whole
application to die - we want to close that socket's SSH channel and
continue with the rest of the run.

git-svn-id: http://svn.tartarus.org/sgt/putty@9359 cda61777-01e9-0310-a592-d414129be87e
unix/uxplink.c