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

Matt Joras <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected]     |[email protected]
                 CC|                            |[email protected]

--- Comment #2 from Matt Joras <[email protected]> ---
Do you still have the dump? I am guessing this crashed on this line:
if (bpf_peers_present((_ifp)->if_bpf)) {
The ifp at this point is the VLAN ifp. Since the the VLAN ifp was destroyed
this ends up accessing free'd memory and hence your crash.

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

Reply via email to