cvs commit: src/sys/kern kern_mbuf.c
Bosko Milekic
bmilekic at FreeBSD.org
Tue Jun 1 09:17:11 PDT 2004
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
More information about the cvs-src
mailing list