From 560db5835433bf0412240b08ffee1698d82ac7f9 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 14:32:52 -0800 Subject: [PATCH] Update glossary.md --- docs/glossary.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/glossary.md b/docs/glossary.md index 7b8aa2cc1..17793daa9 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -4,10 +4,11 @@ TODO Naming things is hard. This page tries to reduce confusion around naming. -* **Fuzz Target** -* **Target Function** +* **Fuzz Target** or +* **Target Function** or * **Fuzzing Target Function** a function to which we apply fuzzing at the hopes to find a bug. A [specific signature](libfuzzer.info#fuzz-target) must be used for OSS-Fuzz. +
* **Fuzzing Engine** a program that tries to find interesting inputs