Update faq.md

This commit is contained in:
Kostya Serebryany 2016-11-18 16:56:35 -08:00 committed by GitHub
parent 3de71fb90c
commit d69ce1c75f
1 changed files with 0 additions and 3 deletions

View File

@ -12,6 +12,3 @@ Building fuzzers requires building your target with a fresh Clang compiler and s
An easy-to-use Docker image is provided to simplify toolchain distribution. This also limits our exposure An easy-to-use Docker image is provided to simplify toolchain distribution. This also limits our exposure
to multitude of Linux varieties and provides a reproducible and (more) secure environment for fuzzer to multitude of Linux varieties and provides a reproducible and (more) secure environment for fuzzer
building and execution. building and execution.
If you'd like to get more familiar with how libFuzzer-style fuzzers work in
general, check out [this page](http://llvm.org/docs/LibFuzzer.html).