From: Evgeny Vereshchagin Date: Mon, 12 Apr 2021 19:30:50 +0000 (+0000) Subject: ci: turn on strict_string_checks X-Git-Tag: lxc-5.0.0~200^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5b9cd6a2af1e360e0479fb6d29fdfbeefe753b;p=thirdparty%2Flxc.git ci: turn on strict_string_checks Signed-off-by: Evgeny Vereshchagin --- 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"