From 9bdfb046912e895b952a544a7753b11b6ecab4b6 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Tue, 18 Feb 2020 11:00:51 +0100 Subject: asan options in test.sh --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.sh b/test/test.sh index 605d4a91..5c4c7cb5 100755 --- a/test/test.sh +++ b/test/test.sh @@ -65,7 +65,7 @@ unset AFL_PYTHON_MODULE unset AFL_PRELOAD unset LD_PRELOAD -export ASAN_OPTIONS=detect_leaks=0 +export ASAN_OPTIONS=detect_leaks=0:allocator_may_return_null=1:abort_on_error=1:symbolize=0 # on OpenBSD we need to work with llvm from /usr/local/bin test -e /usr/local/bin/opt && { -- cgit 1.4.1