Date: Sat, 6 Jan 2001 18:05:48 -0700 (MST) From: Nate Williams <nate@yogotech.com> To: Brian Feldman <green@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c Message-ID: <14935.49388.309668.179332@nomad.yogotech.com> In-Reply-To: <200101062115.f06LF7A47979@freefall.freebsd.org> References: <200101062115.f06LF7A47979@freefall.freebsd.org>
next in thread | previous 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. Ahh, that's what happened. Thanks for fixing this!!! Nate 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?14935.49388.309668.179332>