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/> References: <bug-255864-227@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=3D255864 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 =3D m_pullup(m, total_len); *mpp =3D m; return m; --=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-255864-227-wkjwPGuyQ5>