[Bug 228982] [panic] page fault in mld_v2_cancel_link_timers() on boot
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 14 09:36:55 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228982
--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:
Author: ae
Date: Thu Jun 14 09:36:25 UTC 2018
New revision: 335129
URL: https://svnweb.freebsd.org/changeset/base/335129
Log:
Add NULL check like the rest of code has.
It is possible that ifma_protospec becomes NULL in this function for
some entry, but it is still referenced and thus it will not unlinked
from the list. Then "restart" condition triggers and this entry with
NULL ifma_protospec will lead to page fault.
PR: 228982
Changes:
head/sys/netinet6/mld6.c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list