Commit Graph

2 Commits

Author SHA1 Message Date
Alan Modra 4b60b6fd06
Don't leak in binutils test infrastructure (#7874)
Using bfd_check_format_matches requires that a returned matching
vector (when return is false and bfd_get_error() is
bfd_error_file_ambiguously_recognized) be freed.  Use bfd_check_format
instead.
2022-06-16 13:03:53 +01:00
DavidKorczynski 12df8809db
binutils: fuzz dwarf (#6821)
* binutils: add pure dwarf fuzzer

* disable leak detection in fuzz dwarf
2021-11-12 22:10:54 +00:00