[Bug 225927] [panic] NULL pointer dereference in nd6_llinfo_timer()

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 16 11:15:34 UTC 2018


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

--- Comment #5 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
There is a generic problem in the LLE code (IPv4 and IPv6) that it cannot sleep
to drain the timers. In case an active timer is detected after callout_stop(),
then the LL entry should be put on a taskqueue and callout_drain() _must_ be
used for sane operation.

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


More information about the freebsd-net mailing list