mirror of
https://github.com/mirror/wget.git
synced 2025-03-29 21:50:16 +08:00
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:
parent
43820b67bf
commit
08aa947c9d
@ -26,3 +26,11 @@
|
|||||||
...
|
...
|
||||||
obj:*/libcrypto.so.*
|
obj:*/libcrypto.so.*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
gnutls-false-positive
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:decode_complex_string.isra.0
|
||||||
|
fun:_gnutls_x509_dn_to_string
|
||||||
|
...
|
||||||
|
}
|
||||||
|
@ -178,3 +178,11 @@
|
|||||||
fun:retrieve_url
|
fun:retrieve_url
|
||||||
fun:main
|
fun:main
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
gnutls-false-positive
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:decode_complex_string.isra.0
|
||||||
|
fun:_gnutls_x509_dn_to_string
|
||||||
|
...
|
||||||
|
}
|
||||||
|
@ -164,3 +164,11 @@
|
|||||||
fun:retrieve_url
|
fun:retrieve_url
|
||||||
fun:main
|
fun:main
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
gnutls-false-positive
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:decode_complex_string.isra.0
|
||||||
|
fun:_gnutls_x509_dn_to_string
|
||||||
|
...
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user