Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2024 15:06:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        pf@FreeBSD.org
Subject:   [Bug 277093] pf: Assertion failed: (elems <= maxelems), function pf_nvuint_32_array on stable/14 with RACK
Message-ID:  <bug-277093-16861-46nO3CM63C@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277093-16861@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277093-16861@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277093

--- Comment #12 from Kristof Provost <kp@freebsd.org> ---
I'm getting a bus error doing that, which looks to be happening due to pfto=
p'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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277093-16861-46nO3CM63C>