From owner-freebsd-bugs@FreeBSD.ORG Mon May 5 23:10:07 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38E3E1065670 for ; Mon, 5 May 2008 23:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 287638FC25 for ; Mon, 5 May 2008 23:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m45NA6Eq006386 for ; Mon, 5 May 2008 23:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m45NA6xK006385; Mon, 5 May 2008 23:10:06 GMT (envelope-from gnats) Date: Mon, 5 May 2008 23:10:06 GMT Message-Id: <200805052310.m45NA6xK006385@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Cran Cc: Subject: Re: bin/100089: ftp(1): default ftp application of FreeBSD gives segmentation fault X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 23:10:07 -0000 The following reply was made to PR bin/100089; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org, Roel Verdult Cc: Subject: Re: bin/100089: ftp(1): default ftp application of FreeBSD gives segmentation fault Date: Tue, 06 May 2008 00:09:06 +0100 This issue was entered into the NetBSD PR system as bin/38589 and has now been fixed in their repository: Module Name: src Committed By: lukem Date: Mon May 5 22:54:11 UTC 2008 Modified Files: src/usr.bin/ftp: main.c version.h Log Message: Only attempt to el_parse() a command unknown by the default parser if editing is enabled. Fixes PR bin/38589 The fix still needs to be merged to FreeBSD. -- Bruce