airbus-seclab / c-compiler-security

Security-related flags and options for C compilers
https://airbus-seclab.github.io/c-compiler-security/
Creative Commons Attribution Share Alike 4.0 International
184 stars 16 forks source link

UBSan experimental results #12

Closed szennou closed 3 years ago

szennou commented 3 years ago

the reference https://danluu.com/integer-overflow/ seems quite old. It mentions clang 3.8 and gcc 5 and refers to John Reger's blog post from 2014

trou commented 3 years ago

Fixed by changing the link to Android's use of integer overflow traps in production builds