Commit 2a5b9cd6 by Evgeny Vereshchagin

ci: turn on strict_string_checks

parent 44818e89
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -eux set -eux
set -o pipefail 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 # https://github.com/lxc/lxc/issues/3757
ASAN_OPTIONS="$ASAN_OPTIONS:detect_odr_violation=0" ASAN_OPTIONS="$ASAN_OPTIONS:detect_odr_violation=0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment