mirror of https://github.com/google/oss-fuzz.git
Update new_library.md
This commit is contained in:
parent
1c1023c6a4
commit
93f54f0e7b
|
@ -9,7 +9,10 @@ library go into <https://github.com/google/oss-fuzz/tree/master/expat>.
|
||||||
[Install Docker].
|
[Install Docker].
|
||||||
|
|
||||||
If you're not familiar with how building libFuzzer-style fuzzers work in
|
If you're not familiar with how building libFuzzer-style fuzzers work in
|
||||||
general, check out [this page](http://llvm.org/docs/LibFuzzer.html).
|
general, check out [this page](http://llvm.org/docs/LibFuzzer.html). In
|
||||||
|
short, it requires building your library with a recent version of Clang
|
||||||
|
compiler and special compiler flags. An easy-to-use Docker image is
|
||||||
|
provided to simplify tool distribution.
|
||||||
|
|
||||||
## Library directories
|
## Library directories
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue