Commit Graph

3 Commits

Author SHA1 Message Date
Alan Modra 2f0202da5a
binutils/fuzz_dwarf memory leak (#9784)
Fixes issue 42739, a leak in the fuzzer.
2023-02-23 02:27:53 -08:00
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