mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
58702ffd4f
* testenv/test/base_test.py: Use Valgrind SSL suppressions file for tests * testenv/valgrind-suppression-ssl, tests/valgrind-suppression-ssl: Add new suppression files to suppress OpenSSL errors in valgrind * tests/test-proxied-https-auth.px: Use the valgrind SSL suppressions file for the test * tests/test-proxied-https-auth-keepalive.px: Same
29 lines
369 B
Plaintext
29 lines
369 B
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.*
|
|
}
|