From owner-cvs-all Mon Jan 28 11:33:26 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 58E6637B400; Mon, 28 Jan 2002 11:33:16 -0800 (PST) Received: from localhost (arr@localhost) by fledge.watson.org (8.11.6/8.11.5) with SMTP id g0SJX8L24173; Mon, 28 Jan 2002 14:33:08 -0500 (EST) (envelope-from arr@FreeBSD.org) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Mon, 28 Jan 2002 14:33:07 -0500 (EST) From: "Andrew R. Reiter" X-Sender: arr@fledge.watson.org To: Yar Tikhiy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/ftpd ftpcmd.y ftpd.c In-Reply-To: <200201281928.g0SJSFr11555@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 28 Jan 2002, Yar Tikhiy wrote: :yar 2002/01/28 11:28:15 PST : : Modified files: : libexec/ftpd ftpcmd.y ftpd.c : Log: : Remove the setjmp/longjmp stuff completely. Use signal : handlers to set flags only (with exception for sigquit(), : which still seems to call some non-reentrant functions on : its way to _exit(2).) That must eliminate the possibility : of catching SIGSEGV from following non-reentrant paths from : signal handlers. There are similar signal handler issues with lukemftpd; it'd be kewl to get those fixed up as well since I believe lukemftpd is in line for replacing our current ftp daemon. Andrew : : PR: bin/32740 bin/33846 : Submitted by: Maxim Konovalov : Obtained from: OpenBSD : : Revision Changes Path : 1.30 +9 -12 src/libexec/ftpd/ftpcmd.y : 1.96 +85 -32 src/libexec/ftpd/ftpd.c : -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message