https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208140

--- Comment #5 from Roman <[email protected]> ---
(In reply to Kristof Provost from comment #4)

In pf_test_state_udp in kgdb this pointer is null:

kgdb /boot/kernel/kernel /var/crash/vmcore.last


#8  0xffffffff806591d0 in pf_test_state_udp ()
    at /usr/src/sys/netpfil/pf/pf.c:4454
4454                    if (PF_ANEQ(pd->src, &nk->addr[pd->sidx], pd->af) ||

(kgdb) whatis state
type = struct pf_state **
(kgdb) p state
Cannot access memory at address 0x0

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[email protected]"

Reply via email to