From nobody@www.freebsd.org  Mon Jun 10 08:38:08 2002
Return-Path: <nobody@www.freebsd.org>
Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by hub.freebsd.org (Postfix) with ESMTP id CA48037B419
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Jun 2002 08:37:54 -0700 (PDT)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5AFbshG063227
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Jun 2002 08:37:54 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.2/8.12.2/Submit) id g5AFbsrE063226;
	Mon, 10 Jun 2002 08:37:54 -0700 (PDT)
Message-Id: <200206101537.g5AFbsrE063226@www.freebsd.org>
Date: Mon, 10 Jun 2002 08:37:54 -0700 (PDT)
From: Yahel Zamir <yahel@cwnt.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: m_cat() does not update m_pkthdr.len 
X-Send-Pr-Version: www-1.0

>Number:         39109
>Category:       kern
>Synopsis:       m_cat() does not update m_pkthdr.len
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 10 08:40:01 PDT 2002
>Closed-Date:    Mon Sep 16 14:45:20 PDT 2002
>Last-Modified:  Mon Sep 16 14:45:20 PDT 2002
>Originator:     Yahel Zamir
>Release:        4.3
>Organization:
www.cwnt.com
>Environment:
i386
>Description:
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;  

>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:

From: "Yahel Zamir" <yahel@cwnt.com>
To: <freebsd-gnats-submit@FreeBSD.org>,
	"Yahel Zamir" <yahel@cwnt.com>
Cc:  
Subject: Re: kern/39109: m_cat() does not update m_pkthdr.len
Date: Tue, 25 Jun 2002 10:30:23 +0300

 issue should be closed.
 mbuf chains do not have to start with a packet header.
 and they are allowed to have packet header in the middle.
State-Changed-From-To: open->closed 
State-Changed-By: dwmalone 
State-Changed-When: Mon Sep 16 14:44:42 PDT 2002 
State-Changed-Why:  
Closed at submitters request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39109 
>Unformatted:
