Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 10:52:02 +0300
From:      "Yahel Zamir" <yahel@cwnt.com>
To:        <freebsd-hackers@FreeBSD.org>
Subject:   m_cat() does not update m_pkthdr.len
Message-ID:  <C7DF4400240AFB4095D98C7C6EC2A34A477A79@bart.cwnt.com>

next in thread | raw e-mail | index | archive | help

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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C7DF4400240AFB4095D98C7C6EC2A34A477A79>