Date: Mon, 05 Jan 2026 06:15:52 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 292193] ipfw kernel panic on interface creation/removal Message-ID: <bug-292193-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292193 Bug ID: 292193 Summary: ipfw kernel panic on interface creation/removal Product: Base System Version: 16.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: beldin@beldin.org Created attachment 266835 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266835&action=edit Patch to resolve reported issue. Commit 349fcf079ca32d5c93e45366d2b27638747affeb changed ipfw_kifhandler in sys/netpfil/ipfw_fw_iface.c to handle more options. Unfortunately the processing of the 'arg' argument is mishandled, it's a (void *)mapped value not a pointer to the value. Triggered by having ipfw enabled and creating or removing an interface. Attached patch resolves the issue. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292193-227>
