AFL_USE_ASAN seems problematic for -m32

This commit is contained in:
pancake 2015-08-09 19:19:25 +02:00
parent 6c5606ed6f
commit de2be231ee

View File

@ -1,6 +1,6 @@
#!/bin/sh
export CC="afl-clang"
export AFL_USE_ASAN=1
# export AFL_USE_ASAN=1
if [ -d /usr/lib/afl ]; then
export AFL_PATH=/usr/lib/afl
fi