Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/afl/
H A 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()

Completed in 1 milliseconds