Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 294 Bytes

invalidTestForOverflow.md

File metadata and controls

11 lines (6 loc) · 294 Bytes

Pattern: Invalid test for overflow

Issue: -

Description

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

Further Reading