Update glossary.md

This commit is contained in:
Kostya Serebryany 2016-11-21 16:33:18 -08:00 committed by GitHub
parent 8fa561da7a
commit 9f3f7ba2b0
1 changed files with 5 additions and 2 deletions

View File

@ -77,6 +77,9 @@ An incomplete list:
## Fuzzer
The most overloaded term, which makes it bad (maybe, we should try avoiding it?).
Sometimes the "Fuzzer" is referred to a Fuzz Target, sometimes to a Fuzzing Engine, Mutation Engine, or a Test Generator.
Sometimes to a binary built from a Fuzz Target using some of the Fuzzing Engine and optionally with some dynamic testing tool.
Sometimes the "Fuzzer" is referred to a [fuzz target](#fuzz-target),
sometimes to a [fuzzing engine](#fuzzing-engine),
[mutation engine](#mutation-engine),
or a [test generator](#test-generator).
sometimes to a [fuzzer build](#fuzzer-build).