[Bug 277093] pf: Assertion failed: (elems <= maxelems), function pf_nvuint_32_array on stable/14 with RACK

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 30 Jun 2024 15:06:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277093

--- Comment #12 from Kristof Provost <kp@freebsd.org> ---
I'm getting a bus error doing that, which looks to be happening due to pftop's
print_rule() doing this:

> print_fld_str(FLD_ANCHOR, (char *)pr->anchor);

That's just wrong. It'd be wrong if the first field of anchor was actually a
string, but it's not so it's doubly wrong.

The pftop maintainer needs to fix that.

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