1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58: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:
Dan McGee 2011-06-14 10:31:51 -05:00
parent ef3ec2603d
commit 82a701401c

View File

@ -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
}