From 9ae6cfcbd8827db96c4d78a661694f531481d46d Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 16:30:10 -0800 Subject: [PATCH] Update glossary.md --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index c13155c13..3aea783ad 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -6,7 +6,7 @@ Naming things is hard.
This page tries to reduce confusion around fuzz-related terminology. ## Fuzz Target -Or **Target Function** or **Fuzzing Target Function**.
+Or **Target Function** or **Fuzzing Target Function**, or **Fuzzing Entry Point**.
A function to which we apply fuzzing. A [specific signature](http://libfuzzer.info#fuzz-target) must be used for OSS-Fuzz. Examples: [openssl](https://github.com/openssl/openssl/blob/master/fuzz/x509.c),