https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140
--- Comment #7 from Kristof Provost <k...@freebsd.org> --- (In reply to Roman from comment #6) Yeah, because I don't see how state could possibly be NULL here. We'd have panicked a good bit earlier in that case. Not to mention that pf_test_state_udp() is always called with state pointing to a stack variable, so it can't ever be NULL. If you can wait a bit, I'll try to write you a patch with a couple of extra KASSERT()s as well, so we'll get as much information as possible out of your tests. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"