mirror of https://github.com/google/oss-fuzz.git
This commit is contained in:
parent
b837a1424d
commit
f209c46151
|
@ -30,6 +30,8 @@ LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
|||
fwrite(data, size, 1, fp);
|
||||
fclose(fp);
|
||||
|
||||
program_name = filename;
|
||||
|
||||
process_links = true;
|
||||
do_follow_links = true;
|
||||
dump_section_contents = true;
|
||||
|
|
Loading…
Reference in New Issue