Assumption isn't a guarantee.
> etc.)
> - Future patches that decide to use this macro can be a signal to
> reviewers to actually check correctness that a pointer is indeed
> invariably non-null
That can pretty easily change in future.
> positive is actually false
Is your case really a false positive?
If we know NULL won't be there, we should add an
assert in code instead of a silent assumption.
Thanks,
Siddh