mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
valgrind: Add suppression for openssl FIPS dlopen leak
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -127,3 +127,15 @@
|
|||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
fun:OPENSSL_cleanse
|
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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user