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,=20 we noticed that m_cat(p1, p2) does NOT do some necessary things:=20 p1->m_pkthdr.len +=3D p2->m_pkthdr.len;=20 p2->m_flags &=3D ~M_PKTHDR;=20 Thanks,=20 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>