[Bug 275002] if_wg: Missing failure check for m_copyback()

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 11 Nov 2023 17:10:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275002

Kristof Provost <kp@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kp@freebsd.org

--- Comment #1 from Kristof Provost <kp@freebsd.org> ---
(In reply to Aaron LI from comment #0)
I don't think that's an issue here because the mbuf is known to be of length
'len' before it's passed to m_copyout(). The allocation is done just before the
m_copyback().

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