--- layout: post author: Pascal Cuoq date: 2012-03-28 17:29 +0200 categories: link format: xhtml title: "More about integer overflows" summary: --- {% raw %}
It may be because I read an earlier draft that has had the time to sink in, but I find this article on the subject of integer overflows extremely clear and informative. It relates to the previous post. Key quote:
integer overflow issues in C and C++ [...] are common even in mature widely used programs and [...] are widely misunderstood by developers.