From owner-freebsd-bugs@FreeBSD.ORG Sat Oct 15 22:20:11 2011 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 3B878106566C for ; Sat, 15 Oct 2011 22:20:11 +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 2B1418FC12 for ; Sat, 15 Oct 2011 22:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9FMKA7t063640 for ; Sat, 15 Oct 2011 22:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9FMKAtO063639; Sat, 15 Oct 2011 22:20:10 GMT (envelope-from gnats) Date: Sat, 15 Oct 2011 22:20:10 GMT Message-Id: <201110152220.p9FMKAtO063639@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brett Glass Cc: Subject: Re: kern/161692: Error in IPFW code halts kernel compile in 9.0-BETA3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brett Glass List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2011 22:20:11 -0000 The following reply was made to PR kern/161692; it has been noted by GNATS. From: Brett Glass To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/161692: Error in IPFW code halts kernel compile in 9.0-BETA3 Date: Sat, 15 Oct 2011 16:05:26 -0600 Additional notes: It appears that to make this bug crop up, the kernel option IPFIREWALL_FORWARD must be set, along with the option IPFIREWALL. As a temporary workaround, I have added an assignment which sets the variable "len" unconditionally to zero immediately after its definition. However, since I do not know the code well, someone who is more familiar with the code should make sure that this does not mask a serious bug.