From d8a5cfe68b1e3826ea9999396c888e2baae062ad Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Jul 2017 22:14:26 +0300 Subject: Use additional asan run time flags in sanitize builds. --- tools/ci/scripts/runtests.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/ci/scripts/runtests.sh') diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh index 75a7570ba..90d3de2fa 100755 --- a/tools/ci/scripts/runtests.sh +++ b/tools/ci/scripts/runtests.sh @@ -14,6 +14,8 @@ sysctl -w kernel.core_pattern=core export HOME="logs/home" rm -rf $HOME +export ASAN_OPTIONS=detect_stack_use_after_return=true:strict_init_order=true + echo "clean config runs" n=0 while true; do -- cgit v1.2.3-60-g2f50