Date: Thu, 16 Feb 2006 11:26:23 +0000 (UTC) From: Guido van Rooij <guido@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.c Message-ID: <200602161126.k1GBQN80010855@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
guido 2006-02-16 11:26:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/ipfilter/netinet fil.c Log: Reassign the correct value to m after calling fr_makefrip(). The problem is that in fr_makefrip(), pullups can happen. This fixes a panic later on in m_copydata(). Approved by: re Revision Changes Path 1.39.2.4 +2 -1 src/sys/contrib/ipfilter/netinet/fil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602161126.k1GBQN80010855>