Dear Sirs:
       I'm trying to find out whether there is some kind of dangling
pointers in my program. For example, maybe there are two pointers in my
program that point to the same address, and after one has been free'd,
while the other one is still used to write to that memory location.
       Can valgrind detect this kind of error? And how to use it to detect
it?
       Thanks very much:-)
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to