Re: detecting integer overflows

2012-10-30 Thread Oleg Endo
On Tue, 2012-10-30 at 01:09 -0600, Michael Buro wrote: > Recently I came across http://embed.cs.utah.edu/ioc/ which describes a > sophisticated integer overflow checker for Clang. The reported results > obtained by analyzing C/C++ open source projects make a convincing > case for implementing such

detecting integer overflows

2012-10-30 Thread Michael Buro
Recently I came across http://embed.cs.utah.edu/ioc/ which describes a sophisticated integer overflow checker for Clang. The reported results obtained by analyzing C/C++ open source projects make a convincing case for implementing such functionality in gcc/g++ as well. Is somebody looking into thi