
Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
| Fuzzing entry point. More... | |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
| size_t | size | ||
| ) |
Fuzzing entry point.
This function is passed a buffer containing a test case. This test case should drive the CURL API into making a request.
Definition at line 35 of file curl_fuzzer.cc.