Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/afl/
Dafl_driver.cpp101 static const size_t kMaxAflInputSize = 1 << 20; variable
102 static uint8_t AflInputBuf[kMaxAflInputSize];
262 ssize_t n_read = read(0, AflInputBuf, kMaxAflInputSize); in main()