From 41f551fc16b8d7eb490a7acb8aa3897684120c93 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Mon, 24 Apr 2017 19:25:44 -0700 Subject: [PATCH] Update ideal_integration.md --- docs/ideal_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ideal_integration.md b/docs/ideal_integration.md index 2f0916caf..b285e36cf 100644 --- a/docs/ideal_integration.md +++ b/docs/ideal_integration.md @@ -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