Date: Mon, 10 Jun 2002 08:37:54 -0700 (PDT) From: Yahel Zamir <yahel@cwnt.com> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/39109: m_cat() does not update m_pkthdr.len Message-ID: <200206101537.g5AFbsrE063226@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 39109
>Category: kern
>Synopsis: m_cat() does not update m_pkthdr.len
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jun 10 08:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206101537.g5AFbsrE063226>
