[Bug 285813] Panic (NULL deref) in arptimer

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285813

--- Comment #11 from Peter Blok <[email protected]> ---
The following snippet migh explain it in if_ether.c

arp_check_update_lle expects la to be locked and has an assert for that, but
only with INVARIANTS defined.

            /* Free newly-create entry and handle packet */
            lltable_free_entry(LLTABLE(ifp), la);
            la = la_tmp;
            la_tmp = NULL;
            arp_check_update_lle(ah, isaddr, ifp, bridged, la);
            /* arp_check_update_lle() returns @la unlocked */

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.