diff options
author | Max Kellermann <max@duempel.org> | 2011-08-30 22:33:19 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-08-30 22:33:19 +0200 |
commit | 0545bab35d681ad189e624818e8a3eb73e558a92 (patch) | |
tree | 5572aefb3754af3bb052828ef49bbc492996c5f7 /valgrind.suppressions | |
parent | 293836494de519769af8d672becd2e4e6f8fb0ef (diff) | |
download | mpd-0545bab35d681ad189e624818e8a3eb73e558a92.tar.gz mpd-0545bab35d681ad189e624818e8a3eb73e558a92.tar.xz mpd-0545bab35d681ad189e624818e8a3eb73e558a92.zip |
valgrind.suppressions: more OpenSSL and other suppressions
Diffstat (limited to '')
-rw-r--r-- | valgrind.suppressions | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index 8d08f7d9a..5538516a9 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 |