Update glossary.md

This commit is contained in:
Oliver Chang 2016-11-21 18:08:18 -08:00 committed by GitHub
parent 7f6259853b
commit 113139c755
1 changed files with 2 additions and 0 deletions

View File

@ -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.