HomeFreeBSD

Add NULL check like the rest of code has.

Description

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

Details

Provenance
aeAuthored on
Parents
rS335128: Remove stale comment. in6_ifdetach() can be called from places
Branches
Unknown
Tags
Unknown