Skip to content

Commit

Permalink
Merge pull request #546 from garlick/valgrind_supp
Browse files Browse the repository at this point in the history
testsuite: pull in valgrind suppression from core
  • Loading branch information
mergify[bot] authored Dec 5, 2024
2 parents 4939e43 + d4f0d8d commit 9998fde
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions t/valgrind/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@
fun:ev_run
...
}
{
<libuuid_tls_leak>
Memcheck:Leak
match-leak-kinds: possible
fun:malloc
...
fun:uuid_generate*
...
}

0 comments on commit 9998fde

Please sign in to comment.