Date: Sat, 11 Nov 2023 17:10:41 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 275002] if_wg: Missing failure check for m_copyback() Message-ID: <bug-275002-7501-hg33bLNxeO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275002-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-275002-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275002 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(). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275002-7501-hg33bLNxeO>