|
From: Xuehan Xu <xxh...@gm...> - 2011-11-12 14:44:44
|
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:-)
|