|
LLVM
4.0.0
|
#include <cstdint>#include <cstdlib>#include <cstddef>#include <iostream>Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
Variables | |
| static volatile int * | Null = 0 |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 12 of file NullDerefOnEmptyTest.cpp.
References Null.
|
static |
Definition at line 10 of file NullDerefOnEmptyTest.cpp.
Referenced by LLVMFuzzerTestOneInput(), and prepareForSplit().
1.8.6