Date: Sat, 18 Sep 2004 18:08:28 +0000 (UTC) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200409181808.i8II8Sde041824@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmg 2004-09-18 18:08:28 UTC
FreeBSD src repository
Modified files:
sys/dev/re if_re.c
Log:
pass in pointer to m_head to re_encap because m_defrag could free the
original mbuf causing a free'd mbuf passed to bpf later and panic'ing the
system.. This should only effect jumbo frames.
MFC after: 5 days
Revision Changes Path
1.32 +13 -13 src/sys/dev/re/if_re.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409181808.i8II8Sde041824>
