From 9f3f7ba2b006164e8bd866b31f680b6e225870db Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 16:33:18 -0800 Subject: [PATCH] Update glossary.md --- docs/glossary.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/glossary.md b/docs/glossary.md index 5e05755bd..62e2f0b2e 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -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).