mirror of
https://github.com/mirror/wget.git
synced 2025-03-23 00:00:14 +08:00
* testenv/valgrind-suppression-ssl: Add new rule * tests/valgrind-suppressions: Likewise * tests/valgrind-suppressions-ssl: Likewise
37 lines
492 B
Plaintext
37 lines
492 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.*
|
|
}
|
|
|
|
{
|
|
gnutls-false-positive
|
|
Memcheck:Cond
|
|
fun:decode_complex_string.isra.0
|
|
fun:_gnutls_x509_dn_to_string
|
|
...
|
|
}
|