Home
last modified time | relevance | path

Searched refs:kMaxAflInputSize (Results 1 – 2 of 2) sorted by relevance

/third_party/cares/test/
Dares-fuzz.c17 #define kMaxAflInputSize (1 << 20) macro
18 static unsigned char afl_buffer[kMaxAflInputSize];
32 int count = read(fd, afl_buffer, kMaxAflInputSize); in ProcessFile()
/third_party/json/test/thirdparty/Fuzzer/afl/
Dafl_driver.cpp101 static const size_t kMaxAflInputSize = 1 << 20; variable
102 static uint8_t AflInputBuf[kMaxAflInputSize];
268 ssize_t n_read = read(0, AflInputBuf, kMaxAflInputSize); in main()