[pacman-dev] [PATCH 1/2] valgrind.supp: add known leak exposed by cURL

Dan McGee dan at archlinux.org
Tue Jun 14 11:36:03 EDT 2011


This one comes courtesy of OpenSSL and some static initialization.

Signed-off-by: Dan McGee <dan at archlinux.org>
---
 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



More information about the pacman-dev mailing list