Pattern: Invalid test for overflow
Issue: -
Invalid test for overflow x + u < x
. Condition is always true or false unless there is overflow, and overflow is UB.
Pattern: Invalid test for overflow
Issue: -
Invalid test for overflow x + u < x
. Condition is always true or false unless there is overflow, and overflow is UB.