]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Don't read symbol tables for .so's that constitute part of Valgrind
authorJulian Seward <jseward@acm.org>
Mon, 14 Mar 2005 19:11:10 +0000 (19:11 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 14 Mar 2005 19:11:10 +0000 (19:11 +0000)
commit4fa79fe96885b6b498599293cd03f87d3dc2ca89
treea8d9f0be524c8aeaf1e6b66faca816f924a5776b
parent9dc79959e2969bd444000e251e1e83b14245552c
Don't read symbol tables for .so's that constitute part of Valgrind
itself.  Doing so -- in this case for libc.so.6 -- confuses the
redirection machinery and so messes up redirections to
mac_replace_strmem.c, which in turn causes memcheck to report
spurious errors.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3356
coregrind/vg_memory.c