mirror of https://github.com/google/oss-fuzz.git
Update faq.md
This commit is contained in:
parent
3de71fb90c
commit
d69ce1c75f
|
@ -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).
|
|
||||||
|
|
Loading…
Reference in New Issue