|
From: 奕楠 邱 <mag...@ho...> - 2011-12-06 07:44:00
|
Hello, I want to know the difference and the usage of exp-ptrcheck and exp-sgcheck, does anyone know about it? I couldn't find the detail information of exp-ptrcheck on the valgrind website, I remember that exp-ptrcheck can check the array bound and the stack access So, does anyone knows where is the main part of the implementation code? (ex: in sg_main.c or pc_common.c, or.... etc) |
|
From: Florian K. <br...@ac...> - 2011-12-06 15:50:56
|
On 12/06/2011 02:43 AM, 奕楠 邱 wrote: > > Hello, > I want to know the difference and the usage of exp-ptrcheck and exp-sgcheck, does anyone know about it? No difference. exp-ptrcheck has been renamed to exp-sgcheck in 3.7.0 > I couldn't find the detail information of exp-ptrcheck on the valgrind website, http://valgrind.org/docs/manual/sg-manual.html > So, does anyone knows where is the main part of the implementation code? (ex: in sg_main.c or pc_common.c, or.... etc) > In the exp-sgcheck subdirectory of the valgrind source tree. Florian |