aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-08-30 22:33:19 +0200
committerMax Kellermann <max@duempel.org>2011-08-30 22:33:19 +0200
commit0545bab35d681ad189e624818e8a3eb73e558a92 (patch)
tree5572aefb3754af3bb052828ef49bbc492996c5f7
parent293836494de519769af8d672becd2e4e6f8fb0ef (diff)
valgrind.suppressions: more OpenSSL and other suppressions
-rw-r--r--valgrind.suppressions17
1 files changed, 17 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions
index 8d08f7d9..5538516a 100644
--- a/valgrind.suppressions
+++ b/valgrind.suppressions
@@ -4,6 +4,14 @@
# bogus messages.
{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:*alloc
+ ...
+ fun:g_random_int
+}
+
+{
g_main_context_dispatch
Memcheck:Leak
fun:malloc
@@ -221,6 +229,15 @@
}
{
+ <insert_a_suppression_name_here>
+ Memcheck:Leak
+ fun:*alloc
+ fun:CRYPTO_malloc
+ ...
+ fun:RSA_new_method
+}
+
+{
<insert a suppression name here>
Memcheck:Leak
fun:*alloc