cvs commit: src/sys/kern uipc_mbuf.c
Mike Silbersack
silby at FreeBSD.org
Fri Jul 18 23:03:49 PDT 2003
silby 2003/07/18 23:03:48 PDT
FreeBSD src repository
Modified files:
sys/kern uipc_mbuf.c
Log:
Three fixes:
- Make m_prepend use m_gethdr instead of m_get where
appropriate
- Make m_copym use m_gethdr instead of m_get where
appropriate
- Add a call to m_fixhdr in m_defrag; m_defrag can't
deal with corrupted pkthdr.len counts.
MFC after: 3 days
Revision Changes Path
1.119 +10 -2 src/sys/kern/uipc_mbuf.c
More information about the cvs-src
mailing list