fix typo
parent
bb890177b3
commit
4b8dc7cf77
|
@ -35,7 +35,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t sz)
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
/* avoid 25s timeout with parsing large files */
|
/* avoid 25s timeout with parsing large files */
|
||||||
if (sz > WS_MAX_FUZZ_INPUT_SZ) {
|
if (sz > WC_MAX_FUZZ_INPUT_SZ) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue