Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2017 21:44:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ipfw@FreeBSD.org
Subject:   [Bug 220078] [patch] [panic] [ipfw] repeatable kernel panic due to unlocked INADDR_TO_IFP usage
Message-ID:  <bug-220078-7515-yNzFSEmBEQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220078-7515@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220078-7515@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=3D220078

--- Comment #11 from Eugene Grosbein <eugen@freebsd.org> ---
(In reply to Cassiano Peixoto from comment #10)

You have revision earlier than 315456 that changed context for this patch:

-               CTR3(KTR_IGMPV3, "%s: imr_interface =3D %s, ifp =3D %p",
-                   __func__, inet_ntoa(mreqs.imr_interface), ifp);
+               CTR3(KTR_IGMPV3, "%s: imr_interface =3D 0x%08x, ifp =3D %p",
+                   __func__, ntohl(mreqs.imr_interface.s_addr), ifp);

That's not big deal. Either apply this small chunk manually, or update your
system to latest stable/11.

--=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-220078-7515-yNzFSEmBEQ>