aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/glossary.md
diff options
context:
space:
mode:
authorGravatar Kostya Serebryany <konstantin.s.serebryany@gmail.com>2016-11-21 15:00:26 -0800
committerGravatar GitHub <noreply@github.com>2016-11-21 15:00:26 -0800
commit6d6700825a6b55a9ddf5cb429f978ea1309d3623 (patch)
tree818528e394d35e170636672d14eb369a6cd0b94e /docs/glossary.md
parent8ed166b2d6dca4a915f7f3a66a78680e12cc6445 (diff)
Update glossary.md
Diffstat (limited to 'docs/glossary.md')
-rw-r--r--docs/glossary.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/glossary.md b/docs/glossary.md
index c059ba89..76429819 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -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).