Skip to content

Commit

Permalink
Update valgrind suppresion file
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jan 2, 2024
1 parent 87f68d7 commit 0ff17aa
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions plugins-dep/valgrind-libdl.supp
Original file line number Diff line number Diff line change
@@ -1,9 +1,39 @@
{
libdl is full of leaks
Memcheck:Leak
match-leak-kinds: possible,reachable
...
fun:call_init.part.0
fun:call_init
fun:_dl_open
...
}
{
libdl is full of leaks
Memcheck:Leak
...
fun:_dl_close
...
}
{
libdl is full of leaks
Memcheck:Leak
...
fun:_dl_init
}
{
libdl is full of leaks
Memcheck:Leak
...
fun:_dl_allocate_tls
...
}
{
libdl is full of leaks
Memcheck:Leak
...
fun:call_init.part.0
}
{
libdl is really something else
Memcheck:Addr8
...
fun:dl_open_worker
}

0 comments on commit 0ff17aa

Please sign in to comment.