[Bug 268246] crash and panic using pfsync on 13.1-RELEASE

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Feb 2023 20:13:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268246

--- Comment #63 from Kristof Provost <kp@freebsd.org> ---
(In reply to jjasen from comment #62)
So that's still the same backtrace, and with the patch from comment #54 we can
assume that the mbuf length and IP length actually match.

'info locals' in ip_fragment() would be a good start, as would prints of 'p
*ip' and 'p/x *ip', much like we've done before. That'll probably look the
same, but let's confirm anyway.

That now looks more like a bug in ip_fragment() rather than any of the pfsync
code, but let's see where the data takes us.

-- 
You are receiving this mail because:
You are the assignee for the bug.