mirror of https://github.com/google/oss-fuzz.git
Update glossary.md
This commit is contained in:
parent
7f6259853b
commit
113139c755
|
@ -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),
|
in a specific build mode (e.g. with enabled or disabled assertions),
|
||||||
optionally combined with a [sanitizer](#sanitizer).
|
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
|
## Test Input
|
||||||
A sequence of bytes that is used as the input to a Fuzz Target.
|
A sequence of bytes that is used as the input to a Fuzz Target.
|
||||||
Typicaly, a test input is stored in a separate file.
|
Typicaly, a test input is stored in a separate file.
|
||||||
|
|
Loading…
Reference in New Issue