[Bug 284606] Kernel Panic with ipfw

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284606

--- Comment #15 from Kyle Evans <[email protected]> ---
My completely uneducated guess, just looking at some of the related code, is
that this[0] case in tcpmod_setmss is wrong.  m_pullup failed so the original
mbuf was freed, but we return a simple IP_FW_DENY that doesn't get interpreted
as a terminal state up in the O_EXTERNAL_ACTION handler.  Rule processing
continues.

[0] https://cgit.freebsd.org/src/tree/sys/netpfil/ipfw/pmod/tcpmod.c#n76

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.