Skip to content

Commit

Permalink
Improve fuzzing_harness
Browse files Browse the repository at this point in the history
This enables the faster "clang-fast" compiler as well as better resting
server state between runs.
  • Loading branch information
TheBiggerGuy committed Sep 24, 2017
1 parent 6cc13d9 commit 89b744e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/README.fuzzing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ AFL has a tool to minimise the number of seeds by removing duplicate or "uninter
```

# Notes
* AFL does not like to be on the PATH during configure/make
* AFL does not like to be on the PATH during configure/make
* Try with ```afl-clang-fast``` and ```afl-clang-fast++``` compilers for speed up
Binary file added tests/fuzzing_harness
Binary file not shown.

0 comments on commit 89b744e

Please sign in to comment.