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

--- Comment #2 from Martin Matuska <[email protected]> ---
The panic actually happens when calling SIOCGIFMEDIA in ifmedia_ioctl() in
sys/net/if_media.c from get_operstate_ether() in
/usr/src/sys/netlink/route/iface.c

(*ifm->ifm_status)(ifp, ifmr);

with unpopulated ifm:
ifm->ifm_mask = 0
ifm->ifm_media = 0
ifm->ifm_cur = 0x0
ifm->ifm_change = 0x0
ifm->ifm_status = 0x0

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to