pull/2/head
Jacob Barthelmeh 2018-05-09 15:48:18 -06:00
parent bb890177b3
commit 4b8dc7cf77
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t sz)
int ret;
/* avoid 25s timeout with parsing large files */
if (sz > WS_MAX_FUZZ_INPUT_SZ) {
if (sz > WC_MAX_FUZZ_INPUT_SZ) {
return 0;
}