valgrind.supp: add known leak exposed by cURL
This one comes courtesy of OpenSSL and some static initialization. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
ef3ec2603d
commit
82a701401c
1 changed files with 10 additions and 0 deletions
|
@ -46,3 +46,13 @@
|
||||||
Memcheck:Value8
|
Memcheck:Value8
|
||||||
fun:BN_mod_exp_mont_consttime
|
fun:BN_mod_exp_mont_consttime
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
openssl-supp-load-compressions
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:malloc
|
||||||
|
fun:CRYPTO_malloc
|
||||||
|
...
|
||||||
|
fun:load_builtin_compressions
|
||||||
|
fun:SSL_COMP_get_compression_methods
|
||||||
|
fun:SSL_library_init
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue