Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 21:34:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 231428] 12.0-ALPHA6 crashes with gif (IPv4 in IPv4) over vtnet
Message-ID:  <bug-231428-7501-VMFOb0D8Ma@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231428-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231428-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=3D231428

--- Comment #5 from Matt Macy <mmacy@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(...)

--=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-231428-7501-VMFOb0D8Ma>