Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 375 Bytes

File metadata and controls

9 lines (6 loc) · 375 Bytes

< Back

CWE-190: Signed Integer Addition Overflow

Observe that if you enable the tests you will see errors with the ASan

Modify additionWillOverflow so that all the tests pass while not triggering any warnings or sanitizers.