Pattern: Negative pointer check
Issue: -
A pointer cannot be negative so it is either pointless or an error to check if it is not.
Pattern: Negative pointer check
Issue: -
A pointer cannot be negative so it is either pointless or an error to check if it is not.