Update glossary.md

This commit is contained in:
Oliver Chang 2016-11-21 18:07:12 -08:00 committed by GitHub
parent 9f3f7ba2b0
commit 7f6259853b
1 changed files with 2 additions and 3 deletions

View File

@ -37,13 +37,12 @@ Examples: [libFuzzer](http://lbfuzzer.info),
See also [Mutation Engine](#mutation-engine) and [Test Generator](#test-generator). 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), in a specific build mode (e.g. with enabled or disabled assertions),
optionally combined with a [sanitizer](#sanitizer). optionally combined with a [sanitizer](#sanitizer).
## Test Input ## Test Input
A sequence of bytes that is used as the input to a Fuzz Target. A sequence of bytes that is used as the input to a Fuzz Target.
Typicaly, a test input is stored in a separate file. Typicaly, a test input is stored in a separate file.