summaryrefslogtreecommitdiffstats
path: root/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind.supp')
-rw-r--r--valgrind.supp32
1 files changed, 32 insertions, 0 deletions
diff --git a/valgrind.supp b/valgrind.supp
index 94618c08..58fdf1cb 100644
--- a/valgrind.supp
+++ b/valgrind.supp
@@ -46,3 +46,35 @@
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
+}
+{
+ gpgme-static-get-engine-info
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:gpgme_get_engine_info
+}
+{
+ gpgme-static-set-engine-info
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:_gpgme_set_engine_info
+ fun:gpgme_set_engine_info
+}
+{
+ gpgme-static-set-locale
+ Memcheck:Leak
+ fun:malloc
+ fun:strdup
+ fun:gpgme_set_locale
+}