mirror of https://github.com/google/oss-fuzz.git
Update glossary.md
This commit is contained in:
parent
8ed166b2d6
commit
6d6700825a
|
@ -24,10 +24,13 @@ Examples: [libFuzzer](http://lbfuzzer.info),
|
|||
See also [Mutation Engine](#mutation-engine) and [Test Generator](#test-generator).
|
||||
|
||||
## Test Input
|
||||
Or **reproducer**, or **testcase**.
|
||||
A sequence of bytes that is used as the input to a Fuzz Target.
|
||||
Typicaly, a test input is stored in a separate file.
|
||||
|
||||
## Reproducer
|
||||
Or a **testcase**.<BR>
|
||||
A [Test Input](#test-input) that causes a specific bug to reproduce.
|
||||
|
||||
## Corpus
|
||||
Or **test corpus**, or **fuzzing corpus**.
|
||||
A set of [test inputs](#test-input).
|
||||
|
|
Loading…
Reference in New Issue