Skip to content

Commit 0bf06e3

Browse files
authored
SRE-3578 test: suppress OPENSSL_init_crypto() leak (#17513)
{ <insert_a_suppression_name_here> Memcheck:Leak match-leak-kinds: reachable fun:malloc fun:CRYPTO_malloc fun:CRYPTO_zalloc fun:CRYPTO_THREAD_lock_new obj:/usr/lib64/libcrypto.so.3.5.1 fun:__pthread_once_slow fun:CRYPTO_THREAD_run_once fun:ENGINE_new obj:/usr/lib64/libcrypto.so.3.5.1 fun:__pthread_once_slow fun:CRYPTO_THREAD_run_once fun:OPENSSL_init_crypto obj:/usr/lib64/libcrypto.so.3.5.1 fun:__pthread_once_slow fun:CRYPTO_THREAD_run_once fun:CONF_modules_load fun:CONF_modules_load_file_ex obj:/usr/lib64/libcrypto.so.3.5.1 fun:__pthread_once_slow fun:CRYPTO_THREAD_run_once } Signed-off-by: Jan Michalski <[email protected]>
1 parent ba648f7 commit 0bf06e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/test_memcheck.supp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,3 +456,11 @@
456456
...
457457
fun:setgrent
458458
}
459+
{
460+
OPENSSL_init_crypto leak
461+
Memcheck:Leak
462+
match-leak-kinds: reachable
463+
fun:malloc
464+
...
465+
fun:OPENSSL_init_crypto
466+
}

0 commit comments

Comments
 (0)