valgrind.suppressions: more OpenSSL and other suppressions

This commit is contained in:
Max Kellermann 2011-08-30 22:33:19 +02:00
parent 293836494d
commit 0545bab35d

View File

@ -3,6 +3,14 @@
# file with "--suppressions=valgrind.suppressions" to disable lots of
# bogus messages.
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:g_random_int
}
{
g_main_context_dispatch
Memcheck:Leak
@ -220,6 +228,15 @@
fun:ERR_get_state
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
fun:CRYPTO_malloc
...
fun:RSA_new_method
}
{
<insert a suppression name here>
Memcheck:Leak