|
From: Tom H. <th...@cy...> - 2004-09-06 23:07:47
|
In message <20040906235552.04af6d04@linuxcestcomplique>
Jean Pierre <2s...@ma...> wrote:
> 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.
It can't really do so - no run time only system can. The only systems
that detect that problem are those that do compile time manipulations
to either add bounds checking or insert guard words between the stack
variables.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|