mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
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
@ -46,3 +46,13 @@
|
||||
Memcheck:Value8
|
||||
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…
Reference in New Issue
Block a user