From 690cf1c9b147bb1bd82c0345bfbff3c592ca1d1d Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Thu, 16 Mar 2023 19:41:16 +0100 Subject: [PATCH] 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 Change-Id: I964acc8ae8c3a6978ea01a0235a32661ffbc74c0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17217 Tested-by: SPDK CI Jenkins Reviewed-by: Konrad Sztyber Reviewed-by: Jim Harris --- test/common/autotest_common.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/common/autotest_common.sh b/test/common/autotest_common.sh index 515531f37..c9d0f96d7 100755 --- a/test/common/autotest_common.sh +++ b/test/common/autotest_common.sh @@ -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