Date: Mon, 24 Jun 2002 21:15:09 -0500 (CDT) From: Mike Silbersack <silby@silby.com> To: Yahel Zamir <yahel@cwnt.com> Cc: freebsd-hackers@FreeBSD.org Subject: Re: m_cat() does not update m_pkthdr.len Message-ID: <20020624211437.J55382-100000@patrocles.silby.com> In-Reply-To: <C7DF4400240AFB4095D98C7C6EC2A34A477A79@bart.cwnt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 23 Jun 2002, Yahel Zamir wrote: > 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. Please notify Luigi or Bosko. See the -net archives as well, I believe that this has been discussed in the last week or two. Mike "Silby" Silbersack 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?20020624211437.J55382-100000>