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: Karol Latecki <karol.latecki@intel.com> Change-Id: I964acc8ae8c3a6978ea01a0235a32661ffbc74c0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17217 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
85ce5767db
commit
690cf1c9b1
@ -225,6 +225,10 @@ leak:libtcmalloc_minimal.so
|
|||||||
|
|
||||||
# Suppress leaks in libiscsi
|
# Suppress leaks in libiscsi
|
||||||
leak:libiscsi.so
|
leak:libiscsi.so
|
||||||
|
|
||||||
|
# Suppress leaks in libcrypto
|
||||||
|
# Below is caused by openssl 3.0.8 leaks
|
||||||
|
leak:libcrypto.so
|
||||||
EOL
|
EOL
|
||||||
|
|
||||||
# Suppress leaks in libfuse3
|
# Suppress leaks in libfuse3
|
||||||
|
Loading…
Reference in New Issue
Block a user