From a1526beace4d9bd1591abb035752356e5492a30f Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 21 Nov 2016 14:56:05 -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 987c99a21..eacdf1b32 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -6,7 +6,7 @@ This page tries to reduce confusion around fuzz-related terminology. ## Fuzz Target Or **Target Function** or **Fuzzing Target Function**.
A function to which we apply fuzzing. -A [specific signature](libfuzzer.info#fuzz-target) must be used for OSS-Fuzz. +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), [SQLite](https://www.sqlite.org/src/artifact/ad79e867fb504338), [re2](https://github.com/google/re2/blob/master/re2/fuzzing/re2_fuzzer.cc).