mirror of
https://github.com/mirror/wget.git
synced 2024-12-27 13:20:23 +08:00
aba6e67eb7
* testenv/valgrind-suppression-ssl: Add gnutls suppressions * tests/valgrind-suppressions: Likewise * tests/valgrind-suppressions-ssl: Likewise
188 lines
3.0 KiB
Plaintext
188 lines
3.0 KiB
Plaintext
{
|
|
<insert_a_suppression_name_here>
|
|
Memcheck:Cond
|
|
...
|
|
obj:*/libcrypto.so.*
|
|
}
|
|
|
|
{
|
|
<insert_a_suppression_name_here>
|
|
Memcheck:Cond
|
|
...
|
|
obj:*/libssl.so.*
|
|
}
|
|
|
|
{
|
|
<insert_a_suppression_name_here>
|
|
Memcheck:Value8
|
|
...
|
|
obj:*/libcrypto.so.*
|
|
}
|
|
|
|
{
|
|
<insert_a_suppression_name_here>
|
|
Memcheck:Param
|
|
write(buf)
|
|
...
|
|
obj:*/libcrypto.so.*
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:modify_param_name
|
|
fun:extract_param
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
...
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:modify_param_name
|
|
fun:extract_param
|
|
fun:parse_set_cookie
|
|
fun:cookie_handle_set_cookie
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
...
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:modify_param_name
|
|
fun:extract_param
|
|
fun:parse_set_cookie
|
|
fun:cookie_handle_set_cookie
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
...
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
gnutls-false-positive
|
|
Memcheck:Cond
|
|
fun:decode_complex_string.isra.0
|
|
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
|
|
}
|