Skip to content

Commit

Permalink
[fuzzing-puzzles] Enable AFL fuzzing engine instead of libFuzzer + re… (
Browse files Browse the repository at this point in the history
#1495)

* [fuzzing-puzzles] Enable AFL fuzzing engine instead of libFuzzer + rename the target to prevent corpus re-use.

* Use ASan instead of UBSan.
  • Loading branch information
Dor1s committed Jun 8, 2018
1 parent fc7dd66 commit b9b5583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/fuzzing-puzzles/build.sh
Expand Up @@ -16,5 +16,5 @@
################################################################################

$CXX $CXXFLAGS $SRC/fuzzing-puzzles/MultipleConstraintsOnSmallInputTest.cpp \
-o $OUT/multiple_constraints_on_small_input_fuzzer \
-o $OUT/multiple_constraints_on_small_input_afl_fuzzer \
-lFuzzingEngine
4 changes: 2 additions & 2 deletions projects/fuzzing-puzzles/project.yaml
Expand Up @@ -7,7 +7,7 @@ auto_ccs:
- "mmoroz@google.com"

sanitizers:
- undefined
- address

fuzzing_engines:
- libfuzzer
- afl

0 comments on commit b9b5583

Please sign in to comment.