Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2021 13:46:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255864] [PATCH] dev/core: Fix a double free in oce_tx
Message-ID:  <bug-255864-227-wkjwPGuyQ5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255864-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255864

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |markj@FreeBSD.org
           Assignee|bugs@FreeBSD.org            |markj@FreeBSD.org

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
Seems reasonable.  We can simplify further:

m = m_pullup(m, total_len);
*mpp = m;
return m;

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255864-227-wkjwPGuyQ5>