https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260867
Phil Budne <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Phil Budne <[email protected]> --- https://download.freebsd.org/snapshots/ISO-IMAGES/16.0/FreeBSD-16.0-CURRENT-amd64-20251110-dbb34d496708-281771-disc1.iso.xz # uname -v FreeBSD 16.0-CURRENT main-n281796-e1c6f4cb9bd2 GENERIC Running the above supplied divert-sockets.c test program and the following rule: pass in on em0 proto tcp from any to port 7 divert-to 0.0.0.0 port 2000 And the IPv4 echo service enabled in inetd.conf, telnet'ing to port 7 panics the kernel in pf_test at: https://github.com/freebsd/freebsd-src/blob/e1c6f4cb9bd29358c2b2fe249af9a2f9626b0670/sys/netpfil/pf/pf.c#L11080 r = s->rule; With NULL in s. (the following else handles s == NULL). I have a vmcore file, and can provide more details if needed. -- You are receiving this mail because: You are the assignee for the bug.
