From owner-cvs-all Tue Jan 18 6: 7:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 38AF414EEA; Tue, 18 Jan 2000 06:07:18 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA24662; Tue, 18 Jan 2000 06:07:17 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <200001181407.GAA24662@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 18 Jan 2000 06:07:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 2000/01/18 06:07:16 PST Modified files: (Branch: RELENG_3) sys/net bridge.c Log: Temporary fix for bridging when used without ipfw. bdg_forward() might consume the mbuf and drivers would dereference a null pointer. Fixes to individual drivers will be committed shortly. Note that the 'de' driver will _not_ be fixed soon and is unusable with bridging. Revision Changes Path 1.4.2.6 +42 -44 src/sys/net/bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message