[docs] Link the general definition of the fuzz target on the reference page (fixes #2148). (#3602)

This commit is contained in:
Max Moroz 2020-04-08 22:27:04 -07:00 committed by GitHub
parent 340882a3ce
commit 6d88ff7c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -30,9 +30,12 @@ overview of ClusterFuzz user interface is available on this [page].
### Fuzz Target
In addition to its general definition, in OSS-Fuzz a fuzz target can be used to
[reproduce bug reports]({{ site.baseurl }}/advanced-topics/reproducing/). It is recommended to use it for
regression testing as well (see [ideal integration]({{ site.baseurl }}/advanced-topics/ideal-integration/)).
In addition to its
[general definition](https://github.com/google/fuzzing/blob/master/docs/glossary.md#fuzz-target),
in OSS-Fuzz a fuzz target can be used to
[reproduce bug reports]({{ site.baseurl }}/advanced-topics/reproducing/).
It is recommended to use it for regression testing as well (see
[ideal integration]({{ site.baseurl }}/advanced-topics/ideal-integration/)).
### Job type