Date: Wed, 7 Aug 2002 21:48:24 -0400 From: Bosko Milekic <bmilekic@unixdaemons.com> To: Robert Watson <rwatson@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_mbuf.c Message-ID: <20020807214824.A82218@unixdaemons.com> In-Reply-To: <200208072015.g77KFUOl063376@freefall.freebsd.org>; from rwatson@FreeBSD.org on Wed, Aug 07, 2002 at 01:15:30PM -0700 References: <200208072015.g77KFUOl063376@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 07, 2002 at 01:15:30PM -0700, Robert Watson wrote: > rwatson 2002/08/07 13:15:30 PDT > > Modified files: > sys/kern subr_mbuf.c > Log: > Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags' > argument, not the 'type' argument. As a result of the buf, the > MAC label on some packet header mbufs might not be set in mbufs > allocated using m_getcl(), resulting in a page fault. > > Obtained from: TrustedBSD Project > Sponsored by: DARPA, NAI Labs I'll take the pointy-hat for this. Luckily, the code wasn't in much use (or _un_luckily?). Thanks, Robert. > Revision Changes Path > 1.27 +1 -1 src/sys/kern/subr_mbuf.c -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020807214824.A82218>