From owner-cvs-all Fri Dec 27 9: 2:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7FD137B401; Fri, 27 Dec 2002 09:02:39 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 965D343EC5; Fri, 27 Dec 2002 09:02:38 -0800 (PST) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Dec 2002 17:02:37 +0000 (GMT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net bridge.c In-Reply-To: Your message of "Fri, 27 Dec 2002 08:27:45 PST." <200212271627.gBRGRjGc011288@repoman.freebsd.org> Date: Fri, 27 Dec 2002 17:02:37 +0000 From: Ian Dowse Message-ID: <200212271702.aa69535@salmon.maths.tcd.ie> 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 In message <200212271627.gBRGRjGc011288@repoman.freebsd.org>, Ian Dowse writes: >iedowse 2002/12/27 08:27:45 PST > > Modified files: > sys/net bridge.c > Log: > Fix a bug introduced by revision 1.59 that would cause an immediate > NULL dereference if a bridged packet was rejected by ipfw. Oops, this is the wrong solution, although it does fix that particular NULL dereference - I think EH_RESTORE() should not be called at all if the mbuf is NULL. Better fix coming shortly... Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message