From 113139c7556bacb79fa8747a7d668d0d260d29ff Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Mon, 21 Nov 2016 18:08:18 -0800 Subject: [PATCH] Update glossary.md --- docs/glossary.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/glossary.md b/docs/glossary.md index f28c365fe..9ba481cfc 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -43,6 +43,8 @@ A [ClusterFuzz](clusterfuzz.md) specific term. This refers to a build of all fuz in a specific build mode (e.g. with enabled or disabled assertions), optionally combined with a [sanitizer](#sanitizer). +For example, we have an "libfuzzer_asan_sqlite" job type, indicating sqlite3 fuzz target builds using libFuzzer and ASan. + ## Test Input A sequence of bytes that is used as the input to a Fuzz Target. Typicaly, a test input is stored in a separate file.