spice/server/tests/valgrind/spice.supp
Frediano Ziglio 595132dca8 ci: Fix for test-set-ticket leak detection
This suppression was present in former glib.supp version however
the suppression in glib.supp was updated to only catch "reachable"
leaks.
In early stages and few objects the leak could be detected as
"possible".

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2020-04-03 14:57:25 +01:00

92 lines
1.4 KiB
Plaintext

{
px_proxy_factory_get_proxies
Memcheck:Leak
fun:malloc
fun:tls_get_addr_tail
...
fun:px_proxy_factory_get_proxies
}
{
px_proxy_factory_get_proxies2
Memcheck:Leak
fun:malloc
...
fun:__tls_get_addr
...
fun:px_proxy_factory_get_proxies
}
{
gnutls_tls_rnd_leak
Memcheck:Leak
fun:malloc
...
fun:__tls_get_addr
...
fun:gnutls_rnd
}
{
gnutls_tls_p11_kit_leak
Memcheck:Leak
fun:malloc
...
fun:__tls_get_addr
...
fun:p11_kit_modules_load
}
{
gnutls_x509_ext_import_subject_alt_names
Memcheck:Cond
...
fun:gnutls_x509_ext_import_subject_alt_names
...
fun:gnutls_x509_crt_import
fun:gnutls_x509_trust_list_iter_get_ca
}
{
glib_g_socket_client_class_init
Memcheck:Leak
fun:calloc
...
fun:type_class_init_Wm
...
fun:g_socket_client_class_init
}
# One-time getaddrinfo() configuration loading
{
g-threaded-resolver-getaddrinfo-config2
Memcheck:Leak
match-leak-kinds:reachable,definite
fun:malloc
...
fun:__resolv_conf_allocate
...
fun:getaddrinfo
fun:do_lookup_by_name
}
# g_type_create_instance Valgrind malloc annotation, for
# some reason this has issues with Fedora 31 from test-listen test
{
g_type_create_instance-valgrind
Memcheck:Leak
fun:g_type_create_instance
...
fun:g_socket_client_connect
fun:fake_client_connect_tls
}
{
g-type-register-static-possible
Memcheck:Leak
match-leak-kinds:possible
fun:malloc
...
fun:g_type_register_static
}