From owner-cvs-all Sat Jan 6 13:15:11 2001 From owner-cvs-all@FreeBSD.ORG Sat Jan 6 13:15:08 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0361B37B400; Sat, 6 Jan 2001 13:15:08 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f06LF7A47979; Sat, 6 Jan 2001 13:15:07 -0800 (PST) (envelope-from green) Message-Id: <200101062115.f06LF7A47979@freefall.freebsd.org> From: Brian Feldman Date: Sat, 6 Jan 2001 13:15:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh sshd.c X-FreeBSD-CVS-Branch: HEAD 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. 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