From 2a5b9cd6a2af1e360e0479fb6d29fdfbeefe753b Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 12 Apr 2021 19:30:50 +0000 Subject: [PATCH] ci: turn on strict_string_checks Signed-off-by: Evgeny Vereshchagin --- .github/workflows/sanitizers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanitizers.sh b/.github/workflows/sanitizers.sh index 8e1bce85a..5dc857139 100755 --- a/.github/workflows/sanitizers.sh +++ b/.github/workflows/sanitizers.sh @@ -2,7 +2,7 @@ set -eux set -o pipefail -export ASAN_OPTIONS=detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 +export ASAN_OPTIONS=detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1:strict_string_checks=1 # https://github.com/lxc/lxc/issues/3757 ASAN_OPTIONS="$ASAN_OPTIONS:detect_odr_violation=0" -- 2.47.3