Skip to content

Commit

Permalink
Add undefined behaviour tests in the default sys/asan.sh (#11555)
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 17, 2018
1 parent a2aec0d commit 81acc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/asan.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# ASAN="address leak memory undefined"
ASAN=${ASAN:="address"}
ASAN=${ASAN:="address undefined"}

printf "\033[32m"
echo "========================================================================="
Expand Down

0 comments on commit 81acc0d

Please sign in to comment.