|
From: RAMPARANY F. FTRD/DIH/G. <fan...@fr...> - 2004-03-24 08:43:25
|
Does valgrind detect illegal access to statically allocated memory? e.g. valgrind doesn't report any error on the following code: ... int mytable[5]; ... mytable[6] =3D mytable[7]; ... |