1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
wget/tests/valgrind-suppressions-ssl
Darshit Shah 58702ffd4f Add valgrind suppression files for HTTPS tests
* 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
2015-06-16 20:31:00 +05:30

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.*
}