DavidKorczynski 2021-10-24 23:13:35 +01:00 committed by GitHub
parent b837a1424d
commit f209c46151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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;