From 21dc228f95bcacb9c5d81991a491c0a1b9b68a34 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 14:29:12 -0800 Subject: [PATCH] Create glossary.md --- docs/glossary.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/glossary.md diff --git a/docs/glossary.md b/docs/glossary.md new file mode 100644 index 000000000..6ab89fd4b --- /dev/null +++ b/docs/glossary.md @@ -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.