mirror of https://github.com/google/oss-fuzz.git
Update ideal_integration.md
This commit is contained in:
parent
78b3b5a5f0
commit
41f551fc16
|
@ -95,7 +95,7 @@ For a fuzz target to be useful, it must have good coverage in the code that it i
|
|||
for your fuzz targets by looking at the [fuzzer stats](https://github.com/google/oss-fuzz/blob/master/docs/clusterfuzz.md#fuzzer-stats) dashboard on ClusterFuzz, as well as
|
||||
[coverage reports](https://github.com/google/oss-fuzz/blob/master/docs/clusterfuzz.md#coverage-reports).
|
||||
|
||||
Coverage can often be improved by adding dictionaries, more inputs for the seed corpora, and fixing
|
||||
Coverage can often be improved by adding dictionaries, more inputs for seed corpora, and fixing
|
||||
timeouts/out-of-memory bugs in your targets.
|
||||
|
||||
## Performance
|
||||
|
|
Loading…
Reference in New Issue