mirror of
https://github.com/mirror/wget.git
synced 2025-03-25 17:20:13 +08:00
Add valgrind suppressions
* testenv/valgrind-suppression-ssl: Add gnutls suppressions * tests/valgrind-suppressions: Likewise * tests/valgrind-suppressions-ssl: Likewise
This commit is contained in:
parent
e1c4a2705f
commit
aba6e67eb7
@ -34,3 +34,16 @@
|
||||
fun:_gnutls_x509_dn_to_string
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
gnutls-false-positive
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:gnutls_x509_ext_import_subject_alt_names
|
||||
fun:gnutls_x509_crt_import
|
||||
fun:gnutls_x509_crt_list_import
|
||||
fun:gnutls_x509_crt_list_import2
|
||||
fun:gnutls_x509_trust_list_add_trust_mem
|
||||
fun:gnutls_x509_trust_list_add_trust_file
|
||||
fun:gnutls_x509_trust_list_add_system_trust
|
||||
}
|
||||
|
@ -186,3 +186,30 @@
|
||||
fun:_gnutls_x509_dn_to_string
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
gnutls-false-positive
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:gnutls_x509_ext_import_subject_alt_names
|
||||
fun:gnutls_x509_crt_import
|
||||
fun:gnutls_x509_crt_list_import
|
||||
fun:gnutls_x509_crt_list_import2
|
||||
fun:gnutls_x509_trust_list_add_trust_mem
|
||||
fun:gnutls_x509_trust_list_add_trust_file
|
||||
fun:gnutls_x509_trust_list_add_system_trust
|
||||
}
|
||||
|
||||
{
|
||||
gnutls-false-positive
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:gnutls_x509_crt_get_dn_by_oid
|
||||
fun:gnutls_x509_crt_check_hostname2
|
||||
fun:ssl_check_certificate
|
||||
fun:establish_connection
|
||||
fun:gethttp
|
||||
fun:http_loop
|
||||
fun:retrieve_url
|
||||
fun:main
|
||||
}
|
||||
|
@ -172,3 +172,16 @@
|
||||
fun:_gnutls_x509_dn_to_string
|
||||
...
|
||||
}
|
||||
|
||||
{
|
||||
gnutls-false-positive
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:gnutls_x509_ext_import_subject_alt_names
|
||||
fun:gnutls_x509_crt_import
|
||||
fun:gnutls_x509_crt_list_import
|
||||
fun:gnutls_x509_crt_list_import2
|
||||
fun:gnutls_x509_trust_list_add_trust_mem
|
||||
fun:gnutls_x509_trust_list_add_trust_file
|
||||
fun:gnutls_x509_trust_list_add_system_trust
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user