Integer overflow: Difference between revisions

Content deleted Content added
No edit summary
Bigdok (talk | contribs)
mNo edit summary
Line 29:
==Techniques for mitigating integer overflow problems==
 
List of techniques and methods that might be used to mitigate against the consequences of integer overflow:
 
* The effects of integer-based attacks for C/C++ and how to defend against them by using subtyping in [http://www.cs.cmu.edu/~dbrumley/pubs/integer-ndss-07.pdf Efficient and Accurate Detection of Integer-based Attacks].