Commit 0545bab3 authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: more OpenSSL and other suppressions

parent 29383649
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment