Skip to content

Commit

Permalink
ndmitchell#14, disable the AFL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Dec 25, 2017
1 parent 98a9d88 commit be6c809
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions afl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# More examples of things to do are at that ticket
set -e

echo DISABLED DUE TO SEGFAULT IN CLANG WHEN COMPILING AFL
echo See https://github.com/ndmitchell/hexml/issues/14
exit 0

# First install AFL
if ! command -v afl-clang-fast > /dev/null ; then
wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
Expand Down

0 comments on commit be6c809

Please sign in to comment.