add AFL faq entry (#462)

This commit is contained in:
Kostya Serebryany 2017-03-15 16:33:27 -07:00 committed by Oliver Chang
parent 953c2fb6ab
commit 77aded69c1
1 changed files with 2 additions and 2 deletions

View File

@ -86,5 +86,5 @@ If your fuzz target is running for many days and does not find bugs or new cover
In either case, look at the [coverage reports](clusterfuzz.md#coverage-reports) for your target(s) and figure out why some parts of the code are not covered.
## Does OSS-Fuzz support AFL?
OSS-Fuzz *uses* [AFL](http://lcamtuf.coredump.cx/afl/) as one of its [fuzzing engines](glossary.md#fuzzing-engine) but this is an implementation detail. Just follow the [ideal integration guide](ideal_integration.md) and OSS-Fuzz will use all its fuzzing engines on your code.