mirror of https://github.com/google/oss-fuzz.git
binutils: enable dwarf analysis in readelf fuzzer (#6628)
This commit is contained in:
parent
498f38adbe
commit
e3c24aa9ae
|
@ -41,7 +41,10 @@ LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
|||
do_arch = true;
|
||||
do_notes = true;
|
||||
|
||||
// Main fuzz entrypoint
|
||||
// Enable DWARF analysis
|
||||
dwarf_select_sections_all();
|
||||
|
||||
// Main fuzz entrypoint
|
||||
process_file(filename);
|
||||
|
||||
unlink(filename);
|
||||
|
|
Loading…
Reference in New Issue