[Bug 255864] [PATCH] dev/core: Fix a double free in oce_tx
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 May 2021 13:46:26 UTC
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.