From 84736c0eabeb570f40a65a11c56f7b471c90ab8c Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 14:29:58 -0800 Subject: [PATCH] Update glossary.md --- docs/glossary.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/glossary.md b/docs/glossary.md index 6ab89fd4b..7b8aa2cc1 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -8,3 +8,6 @@ Naming things is hard. This page tries to reduce confusion around naming. * **Target Function** * **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