Skip to content

Commit

Permalink
Valgrind: Restore getaddrinfo suppression
Browse files Browse the repository at this point in the history
The issue still occurs on Debian Bookworm, but that it doesn't occur
on Sid makes me hopeful it can be removed eventually.
  • Loading branch information
airtower-luna committed Apr 7, 2024
1 parent de1e313 commit 5b3f42a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/suppressions.valgrind
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@
...
}

# There's a bunch of reports of leaks from getaddrinfo, but outside
# the scope of mod_gnutls to fix. As of 2024-04-07 needed on Debian
# Bookworm, but not on Sid.
{
apr_getaddrinfo_leak
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:getaddrinfo
obj:/usr/lib/*/libapr-1.so.*
...
}

# For some reason there's a leak from dlopen called by
# p11_kit_module_load in the child processes.
{
Expand Down

0 comments on commit 5b3f42a

Please sign in to comment.