valgrind.suppressions: more OpenSSL and other suppressions
This commit is contained in:
		@@ -3,6 +3,14 @@
 | 
				
			|||||||
# file with "--suppressions=valgrind.suppressions" to disable lots of
 | 
					# file with "--suppressions=valgrind.suppressions" to disable lots of
 | 
				
			||||||
# bogus messages.
 | 
					# bogus messages.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					   <insert_a_suppression_name_here>
 | 
				
			||||||
 | 
					   Memcheck:Leak
 | 
				
			||||||
 | 
					   fun:*alloc
 | 
				
			||||||
 | 
					   ...
 | 
				
			||||||
 | 
					   fun:g_random_int
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
   g_main_context_dispatch
 | 
					   g_main_context_dispatch
 | 
				
			||||||
   Memcheck:Leak
 | 
					   Memcheck:Leak
 | 
				
			||||||
@@ -220,6 +228,15 @@
 | 
				
			|||||||
   fun:ERR_get_state
 | 
					   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>
 | 
					   <insert a suppression name here>
 | 
				
			||||||
   Memcheck:Leak
 | 
					   Memcheck:Leak
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user