|
From: Jean P. <2s...@ma...> - 2004-09-06 21:55:27
|
Hello, I'm currently evaluating valgrind against commercial software like purify and insure++ and so far it performs well. One bug I found very annoying is this one : double array[3]; array[3] = 0; And it seems that valgrind doesn't detect this one. In fact, so far I only found one product who can detect this and this is the bounds checking patch of gcc. I wonder if valgrind can be tweaked to detect this category of problem ? Thanks for any hint ! |