|
From: Vincent Penquerc'h <Vin...@ar...> - 2003-08-08 16:22:12
|
As a followup to this thread, there was a preliminary patch posted on the GCC list to catch writes on static data the way things like Fortify do: magic number sentinels before and after the actual data. http://gcc.gnu.org/ml/gcc/2003-08/msg00459.html It won't help with the auto array overflow test case that was posted though, but may be of some help for someone. -- Vincent Penquerc'h |
|
From: Nick L. <ni...@lo...> - 2003-08-08 16:37:14
|
Hi there, First off, Valgrind is a great app! Can you help me? The Oracle Call Interface (OCI) throws up a bunch of valgrind errors which although not detrimental to my application make debugging a PITA because there are so many of them and it's hard to separate out my bugs from theirs :) Is there a way of ignoring errors originating in certain shared libraries? Many thanks Nick. |