This one comes courtesy of OpenSSL and some static initialization.

Signed-off-by: Dan McGee <[email protected]>
---
 valgrind.supp |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/valgrind.supp b/valgrind.supp
index 94618c0..1d6952d 100644
--- a/valgrind.supp
+++ b/valgrind.supp
@@ -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
+}
-- 
1.7.5.4


Reply via email to