mirror of https://github.com/google/oss-fuzz.git
Update glossary.md
This commit is contained in:
parent
21dc228f95
commit
84736c0eab
|
@ -8,3 +8,6 @@ Naming things is hard. This page tries to reduce confusion around naming.
|
|||
* **Target Function**
|
||||
* **Fuzzing Target Function** a function to which we apply fuzzing at the hopes to find a bug.
|
||||
A [specific signature](libfuzzer.info#fuzz-target) must be used for OSS-Fuzz.
|
||||
|
||||
|
||||
* **Fuzzing Engine** a program that tries to find interesting inputs
|
||||
|
|
Loading…
Reference in New Issue