From aab4207f741bc7c03bb8bf204766a3dc4e983c8a Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com> Date: Thu, 17 Mar 2022 19:23:37 +0530 Subject: [PATCH] ci: ensure that ubsan suppression list is passed, add bls.h to it --- ci/dash/matrix.sh | 1 + test/sanitizer_suppressions/ubsan | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/dash/matrix.sh b/ci/dash/matrix.sh index ab1e542f08..e38f1fc864 100755 --- a/ci/dash/matrix.sh +++ b/ci/dash/matrix.sh @@ -37,6 +37,7 @@ export RUN_INTEGRATIONTESTS=true # Configure sanitizers options export TSAN_OPTIONS="suppressions=${SRC_DIR}/test/sanitizer_suppressions/tsan" +export UBSAN_OPTIONS="suppressions=${SRC_DIR}/test/sanitizer_suppressions/ubsan" if [ "$BUILD_TARGET" = "arm-linux" ]; then export HOST=arm-linux-gnueabihf diff --git a/test/sanitizer_suppressions/ubsan b/test/sanitizer_suppressions/ubsan index baa213f768..5c1b3f5a07 100644 --- a/test/sanitizer_suppressions/ubsan +++ b/test/sanitizer_suppressions/ubsan @@ -32,3 +32,4 @@ unsigned-integer-overflow:txmempool.cpp unsigned-integer-overflow:util/strencodings.cpp unsigned-integer-overflow:validation.cpp vptr:fs.cpp +vptr:bls/bls.h