about summary refs log tree commit diff homepage
path: root/test/Feature/ubsan_add_overflow.c
AgeCommit message (Collapse)Author
2015-02-13refactor integer overflow detection, add signed intLuca Dariz
Instead of checking for every possible casse which result in overflow, it is much simpler to perform the operation using integers with bigger dimension and check if the result overflow
2015-02-13add tests for unsigned integer overflowLuca Dariz