valgrind: Add suppression for dlopen in glibc 2.35

See: f6409b4137
This commit is contained in:
Richard W.M. Jones
2022-03-01 11:07:54 +00:00
parent e74656a134
commit a8c4c4fc23

View File

@@ -217,6 +217,15 @@
fun:setenv
}
# These appeared in glibc 2.35.
# See also nbdkit commit f6409b4137c1aeb97d01eef5753f22033d64bfd4
{
glibc_leak_4
Memcheck:Leak
...
fun:dlopen@@*
}
# libvirt calls gnutls_global_init but doesn't call the
# corresponding gnutls_global_deinit function because of
# thread-safety issues (in GnuTLS).