HomeFreeBSD

Fix a panic in the IPv6 multicast code.

Description

Fix a panic in the IPv6 multicast code.

Use LIST_FOREACH_SAFE in in6m_disconnect() since we're
deleting and freeing item from the membership list
while traversing the list.

Reviewed by: mmacy
Sponsored by: Netflix

Details

Provenance
gallatinAuthored on
Reviewer
mmacy
Parents
rS333461: Make fpusave() and fpurestore() on amd64 ifuncs.
Branches
Unknown
Tags
Unknown