valgrind: Add suppression for openssl FIPS dlopen leak

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2015-05-06 10:27:09 +02:00
parent f65f41acc2
commit 90e4786523

View File

@@ -127,3 +127,15 @@
Memcheck:Cond
fun:OPENSSL_cleanse
}
{
openssl_FIPS_dlopen_leak
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:_dlerror_run
fun:dlopen*
obj:/lib64/libcrypto.so*
fun:FIPS_module_mode_set
fun:FIPS_mode_set
fun:OPENSSL_init_library
}