Update glossary.md

This commit is contained in:
Kostya Serebryany 2016-11-21 14:32:52 -08:00 committed by GitHub
parent 84736c0eab
commit 560db58354
1 changed files with 3 additions and 2 deletions

View File

@ -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.
<BR>
* **Fuzzing Engine** a program that tries to find interesting inputs