From owner-freebsd-hackers Mon Jun 24 19:13:20 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from patrocles.silby.com (d127.as20.nwbl0.wi.voyager.net [169.207.139.129]) by hub.freebsd.org (Postfix) with ESMTP id 1594137B401 for ; Mon, 24 Jun 2002 19:13:16 -0700 (PDT) Received: from patrocles.silby.com (localhost [127.0.0.1]) by patrocles.silby.com (8.12.4/8.12.4) with ESMTP id g5P2FRcv055494; Mon, 24 Jun 2002 21:15:27 -0500 (CDT) (envelope-from silby@silby.com) Received: from localhost (silby@localhost) by patrocles.silby.com (8.12.4/8.12.4/Submit) with ESMTP id g5P2FAHC055491; Mon, 24 Jun 2002 21:15:26 -0500 (CDT) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Mon, 24 Jun 2002 21:15:09 -0500 (CDT) From: Mike Silbersack To: Yahel Zamir Cc: freebsd-hackers@FreeBSD.org Subject: Re: m_cat() does not update m_pkthdr.len In-Reply-To: Message-ID: <20020624211437.J55382-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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