Date: Tue, 1 Jun 2004 09:17:10 -0700 (PDT) From: Bosko Milekic <bmilekic@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mbuf.c Message-ID: <200406011617.i51GHAqe029068@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bmilekic 2004/06/01 09:17:10 PDT FreeBSD src repository Modified files: sys/kern kern_mbuf.c Log: Fix a couple of bugs in the mbuf and packet ctors. In the latter case, nextpkt within the m_hdr was not being initialized to NULL for !M_PKTHDR cases. *Maybe* this will fix weird socket buffer inconsistency panics, but we'll see. Revision Changes Path 1.2 +3 -5 src/sys/kern/kern_mbuf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406011617.i51GHAqe029068>