From owner-cvs-all Sat Jan 6 17: 6:10 2001 From owner-cvs-all@FreeBSD.ORG Sat Jan 6 17:05:51 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id A589737B400; Sat, 6 Jan 2001 17:05:50 -0800 (PST) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id SAA01554; Sat, 6 Jan 2001 18:05:49 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id SAA02489; Sat, 6 Jan 2001 18:05:48 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14935.49388.309668.179332@nomad.yogotech.com> Date: Sat, 6 Jan 2001 18:05:48 -0700 (MST) To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-Reply-To: <200101062115.f06LF7A47979@freefall.freebsd.org> References: <200101062115.f06LF7A47979@freefall.freebsd.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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