libchewing: modify fuzzing parameter (#51)

This commit is contained in:
Kuang-che Wu 2016-10-21 19:44:40 +09:00 committed by Max Moroz
parent 2fbe9341e2
commit 2f9acf1f4c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
fuzz_size = size;
const char* stress_argv[] = {
"./chewing_fuzzer", "-loop", "1", "-init", "-extra", NULL,
"./chewing_fuzzer", "-loop", "1", "-init", NULL,
};
stress_main(sizeof(stress_argv) / sizeof(stress_argv[0]) - 1,
(char**)stress_argv);