mirror of https://github.com/google/oss-fuzz.git
Update glossary.md
This commit is contained in:
parent
9f3f7ba2b0
commit
7f6259853b
|
@ -37,13 +37,12 @@ Examples: [libFuzzer](http://lbfuzzer.info),
|
|||
|
||||
See also [Mutation Engine](#mutation-engine) and [Test Generator](#test-generator).
|
||||
|
||||
## Fuzzer build
|
||||
## Job type
|
||||
|
||||
A binary built for a [fuzz target](#fuzz-target) with (or for) a specific [fuzzing engine](#fuzzing-engine),
|
||||
A [ClusterFuzz](clusterfuzz.md) specific term. This refers to a build of all fuzz targets for a library configuration with (or for) a specific [fuzzing engine](#fuzzing-engine),
|
||||
in a specific build mode (e.g. with enabled or disabled assertions),
|
||||
optionally combined with a [sanitizer](#sanitizer).
|
||||
|
||||
|
||||
## Test Input
|
||||
A sequence of bytes that is used as the input to a Fuzz Target.
|
||||
Typicaly, a test input is stored in a separate file.
|
||||
|
|
Loading…
Reference in New Issue