Commit 690cf1c9 authored by Karol Latecki's avatar Karol Latecki Committed by Konrad Sztyber
Browse files

autotest_common: suppress libcrypto leaks in asan tests

Asan reports memory leaks from CRYPTO_zalloc which
seem to be caused by openssl library.

See https://github.com/spdk/spdk/issues/2947



Signed-off-by: default avatarKarol Latecki <karol.latecki@intel.com>
Change-Id: I964acc8ae8c3a6978ea01a0235a32661ffbc74c0
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17217


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 85ce5767
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -225,6 +225,10 @@ leak:libtcmalloc_minimal.so

# Suppress leaks in libiscsi
leak:libiscsi.so

# Suppress leaks in libcrypto
# Below is caused by openssl 3.0.8 leaks
leak:libcrypto.so
EOL

# Suppress leaks in libfuse3