[Bug 220078] [patch] [panic] [ipfw] repeatable kernel panic due to unlocked INADDR_TO_IFP usage

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 19 21:44:50 UTC 2017


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

--- Comment #11 from Eugene Grosbein <eugen at 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 = %s, ifp = %p",
-                   __func__, inet_ntoa(mreqs.imr_interface), ifp);
+               CTR3(KTR_IGMPV3, "%s: imr_interface = 0x%08x, ifp = %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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-net mailing list