Date: Thu, 8 May 2003 19:15:52 -0700 (PDT) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h Message-ID: <200305090215.h492FqPF006016@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2003/05/08 19:15:52 PDT FreeBSD src repository Modified files: sys/sys mbuf.h Log: Redefine M_FREELIST to be 0x8000; 0x4000 conflicted with two other uses of m_flags in the kernel. (A future commit will move all private m_flags users here so they're obvious without a great deal of searching.) This should fix the mbuf double-free panics those using ppp or ipfw reset rules have been seeing since the double-free detection code went in. Revision Changes Path 1.122 +1 -1 src/sys/sys/mbuf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305090215.h492FqPF006016>