Update glossary.md

This commit is contained in:
Kostya Serebryany 2016-11-21 15:00:26 -08:00 committed by GitHub
parent 8ed166b2d6
commit 6d6700825a
1 changed files with 4 additions and 1 deletions

View File

@ -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).