From owner-cvs-all Wed Oct 14 09:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA16984 for cvs-all-outgoing; Wed, 14 Oct 1998 09:30:09 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA16916; Wed, 14 Oct 1998 09:30:02 -0700 (PDT) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA09832; Wed, 14 Oct 1998 09:30:00 -0700 (PDT) Date: Wed, 14 Oct 1998 09:30:00 -0700 (PDT) Message-Id: <199810141630.JAA09832@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_fw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1998/10/14 09:29:59 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_fw.c Log: Fix a potential panic when deleting ipfw rules and packets are trapped into a pipe, and you allow multiple passees through the firewall code with dummynet. It has never hit anyone on -stable because net.inet.ip.fw.one_pass=1 by default. Reported by Philippe Regnauld (who else!) while beating the 3.0 version of dummynet. Revision Changes Path 1.51.2.21 +5 -1 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message