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 11310a70d5
binutils: 3 new fuzzers {windres, strings, ranlib} and build cleanup (#6690)
* binutils: 3 new fuzzers {windres, strings, ranlib} and build cleanup

* binutils: reduce fuzzers built in CI
2021-10-29 14:09:16 +01:00