diff --git a/fuzz/wget_options_fuzzer.c b/fuzz/wget_options_fuzzer.c index 7f512402..a337bb19 100644 --- a/fuzz/wget_options_fuzzer.c +++ b/fuzz/wget_options_fuzzer.c @@ -120,7 +120,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) if (setjmp(jmpbuf)) { cleanup(); goto done; - } + } main_wget(sizeof(argv)/sizeof(argv[0]), argv);