#include <sys/types.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | KEEP_FUZZING(count) ((count) < 1) |
#define | kMaxAflInputSize (1 << 20) |
Functions | |
int | LLVMFuzzerTestOneInput (const unsigned char *data, unsigned long size) |
int | main (int argc, char *argv[]) |
static void | ProcessFile (int fd) |
Variables | |
static unsigned char | afl_buffer [kMaxAflInputSize] |
Definition at line 25 of file ares-fuzz.c.
#define kMaxAflInputSize (1 << 20) |
Definition at line 17 of file ares-fuzz.c.
Definition at line 10 of file ares-test-fuzz-name.c.
Definition at line 43 of file ares-fuzz.c.
|
static |
Definition at line 31 of file ares-fuzz.c.
|
static |
Definition at line 18 of file ares-fuzz.c.