Go to the source code of this file.
Functions | |
int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
int | main (int argc, char **argv) |
void | test_z85_decode_fuzzer () |
int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
size_t | size | ||
) |
Definition at line 13 of file test_z85_decode_fuzzer.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file test_z85_decode_fuzzer.cpp.
void test_z85_decode_fuzzer | ( | ) |
Definition at line 34 of file test_z85_decode_fuzzer.cpp.