From owner-cvs-all Sat Sep 23 16:22:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03DE337B424; Sat, 23 Sep 2000 16:22:28 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA85203; Sat, 23 Sep 2000 16:22:27 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009232322.QAA85203@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 23 Sep 2000 16:22:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_bridge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/23 16:22:27 PDT Modified files: sys/netgraph ng_bridge.c Log: Use m_dup() instead of m_copypacket() for the time being. Not all of the code in the kernel properly checks for read-onlyness before writing into an mbuf data area. When that code is fixed, the m_dup() can go back to being m_copypacket(). Requested by: nsayer Revision Changes Path 1.2 +2 -2 src/sys/netgraph/ng_bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message