From 0545bab35d681ad189e624818e8a3eb73e558a92 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Aug 2011 22:33:19 +0200 Subject: valgrind.suppressions: more OpenSSL and other suppressions --- valgrind.suppressions | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/valgrind.suppressions b/valgrind.suppressions index 8d08f7d9..5538516a 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -3,6 +3,14 @@ # file with "--suppressions=valgrind.suppressions" to disable lots of # bogus messages. +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_random_int +} + { g_main_context_dispatch Memcheck:Leak @@ -220,6 +228,15 @@ fun:ERR_get_state } +{ + + Memcheck:Leak + fun:*alloc + fun:CRYPTO_malloc + ... + fun:RSA_new_method +} + { Memcheck:Leak -- cgit v1.2.3