Update suppressions.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8687
This commit is contained in:
Julian Seward 2008-10-21 23:09:25 +00:00
parent 25445f9819
commit c8e66b2f78
2 changed files with 22 additions and 8 deletions

View File

@ -15,18 +15,18 @@
{
ld-2.X-invalid-Add32/64-who-knows
exp-ptrcheck:Arith
obj:/lib*/ld-2.*so*
obj:/lib*/ld-2.*so*
obj:/lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
}
{
ld-2.X poking around in god knows where
ld-2.X possibly applying relocations
exp-ptrcheck:SorG
obj:/lib*/ld-2.*so*
obj:/lib*/ld-2.*so*
obj:/lib*/ld-2.*so*
obj:/lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
}
# I'm pretty sure this is a false positive caused by the sg_ stuff
@ -36,3 +36,11 @@
fun:realpath
fun:*
}
{
If I had to guess, inlined or nameless strlen etc in ld.so
exp-ptrcheck:Heap
obj:/*lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
obj:/*lib*/ld-2.*so*
}

View File

@ -30,6 +30,12 @@
##--- generic suppressions ---##
##----------------------------------------------------------------------##
{
dl-hack3-cond-0
Memcheck:Cond
fun:_dl_start
fun:_start
}
{
dl-hack3-cond-1
Memcheck:Cond