HomeFreeBSD

Silence clang analyzer false positive.

Description

Silence clang analyzer false positive.

clang does not know that two lookup calls will return the same
pointer, so it assumes correctly that using the old pointer
after dropping the reference to it is a bit risky.

Details

Provenance
kanAuthored on
Parents
rS327111: Do not pass NULL pointer to copyout in if_clone_list.
Branches
Unknown
Tags
Unknown