https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211486
Andrey V. Elsukov <a...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |a...@freebsd.org Status|New |In Progress --- Comment #4 from Andrey V. Elsukov <a...@freebsd.org> --- Created attachment 173191 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173191&action=edit Proposed patch Can you test this patch? It looks like it should help. As I understand from your backtrace, your host is going to send TCP ACK via ip6_output, it handled by ip6_ipsec_output(), due to presence of corresponding IPSec policy. But, since *ro* pointer is zero and wasn't initialized yet, NULL pointer dereference occurs in listed by you check. Also ro_flags has 0x1a offset in the struct route_in6 (fault addres is 0x1a). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"