1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
wget/tests/valgrind-suppressions-ssl

29 lines
369 B
Plaintext
Raw Normal View History

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