Date: Sat, 6 Jan 2001 13:15:07 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh sshd.c Message-ID: <200101062115.f06LF7A47979@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2001/01/06 13:15:07 PST
Modified files:
crypto/openssh sshd.c
Log:
Fix a long-standing bug that resulted in a dropped session sometimes
when an X11-forwarded client was closed. For some reason, sshd didn't
disable the SIGPIPE exit handler and died a horrible death (well, okay,
a silent death really). Set SIGPIPE's handler to SIG_IGN.
Revision Changes Path
1.20 +2 -1 src/crypto/openssh/sshd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101062115.f06LF7A47979>
