Hi,

During development of networking code in FreeBSD kernel, 
we noticed that m_cat(p1, p2) does NOT do some necessary things: 
p1->m_pkthdr.len += p2->m_pkthdr.len; 
p2->m_flags &= ~M_PKTHDR; 

Thanks, 
Yahel.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to