Create glossary.md

This commit is contained in:
Kostya Serebryany 2016-11-21 14:29:12 -08:00 committed by GitHub
parent 1659135f33
commit 21dc228f95
1 changed files with 10 additions and 0 deletions

10
docs/glossary.md Normal file
View File

@ -0,0 +1,10 @@
# Fuzzing Gloassary
TODO
Naming things is hard. This page tries to reduce confusion around naming.
* **Fuzz Target**
* **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.