HomeFreeBSD

Fix use of pointer after being set NULL.

Description

Fix use of pointer after being set NULL.

Using a pointer after setting it NULL is probably not a good plan.
Spotted by inspection during changes for Flexible File Layout Ioerr handling.
This code path obviously isn't normally executed.

MFC after: 1 week

Details

Provenance
rmacklemAuthored on
Parents
rS332812: Add dead_bpf_if structure, that should be used as fake bpf_if
Branches
Unknown
Tags
Unknown