Add valgrind suppressions for HTTPS tests (GnuTLS false positive)

* testenv/valgrind-suppression-ssl: Add new rule
* tests/valgrind-suppressions: Likewise
* tests/valgrind-suppressions-ssl: Likewise
This commit is contained in:
Tim Rühsen 2020-02-21 13:20:42 +01:00
parent 43820b67bf
commit 08aa947c9d
3 changed files with 24 additions and 0 deletions

View File

@ -26,3 +26,11 @@
...
obj:*/libcrypto.so.*
}
{
gnutls-false-positive
Memcheck:Cond
fun:decode_complex_string.isra.0
fun:_gnutls_x509_dn_to_string
...
}

View File

@ -178,3 +178,11 @@
fun:retrieve_url
fun:main
}
{
gnutls-false-positive
Memcheck:Cond
fun:decode_complex_string.isra.0
fun:_gnutls_x509_dn_to_string
...
}

View File

@ -164,3 +164,11 @@
fun:retrieve_url
fun:main
}
{
gnutls-false-positive
Memcheck:Cond
fun:decode_complex_string.isra.0
fun:_gnutls_x509_dn_to_string
...
}