Lines Matching +full:oss +full:- +full:fuzz
1 Example of [OSS-Fuzz ideal integration](https://google.github.io/oss-fuzz/advanced-topics/ideal-int…
3 …t has most of the traits of [ideal](https://google.github.io/oss-fuzz/advanced-topics/ideal-integr…
5 ## Files in my-api-repo
8 * [my_api.h](my_api.h): and [my_api.cpp](my_api.cpp) implement the API we want to test/fuzz. The fu…
10 * [do_stuff_fuzzer.cpp](do_stuff_fuzzer.cpp): is a [fuzz target](http://libfuzzer.info/#fuzz-target…
12 …ct): a [fuzzing dictionary file](https://google.github.io/oss-fuzz/getting-started/new-project-gui…
16 * builds the fuzz target(s) and their corpus archive(s)
17 …p) on [`do_stuff_test_data/*`](do_stuff_test_data), thus ensures that the fuzz target is up to dat…
18 …arget_runner.cpp): is a simple standalone runner for fuzz targets. You may use it to execute a fuz…
20 ## Files in OSS-Fuzz repository
21 * [oss-fuzz/projects/example](..)
23 …* [build.sh](../build.sh): builds the fuzz target(s). The smaller this file the better (most of th…
27 Example bug report filed automatically: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1562