[Bug 231428] 12.0-ALPHA6 crashes with gif (IPv4 in IPv4) over vtnet

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 24 21:34:39 UTC 2018


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

--- Comment #5 from Matt Macy <mmacy at FreeBSD.org> ---
Alright. Let's at least be specific then. Add a:
 #define INP_INFO_WUNLOCK_ASSERT(ipi)           mtx_assert(&(ipi)->ipi_lock,
MA_NOTOWNED)


Replace INP_INFO_UNLOCK_ASSERT(&V_tcbinfo) on line 803 with
INP_INFO_WUNLOCK_ASSERT(...)

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


More information about the freebsd-net mailing list