]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
ci: turn on strict_string_checks
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 12 Apr 2021 19:30:50 +0000 (19:30 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 12 Apr 2021 23:20:38 +0000 (23:20 +0000)
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
.github/workflows/sanitizers.sh

index 8e1bce85af5aba07275381c4f8c1edf2dcbedaae..5dc857139c48520c4ef971de1f8dee8da4f37641 100755 (executable)
@@ -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"