]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxplink.c
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)
commit66ea8dc1b94401dfa60abdb26918026f3230baaa
tree7af4b31b0ae064aa578eb1970584f32fac651281
parentbb542eaeff5f7964f74c5893b7d3bec8656f0589
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.

[originally from svn r9359]
unix/uxplink.c