This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix an invalid free called when attempting to link a COFF object against an ELF archive with --no-keep-memory enabled.


*** TEST RESULTS FOR COMMIT ee357486aa87b17782111295c5e7bd4ac9e6970f ***

Author: Nick Clifton <nickc@redhat.com>
Branch: master
Commit: ee357486aa87b17782111295c5e7bd4ac9e6970f

Fix an invalid free called when attempting to link a COFF object against an ELF archive with --no-keep-memory enabled.

	PR 22369
	* coffgen.c (_bfd_coff_free_symbols): Fail if called on a non-COFF
	file.
	* cofflink.c (coff_link_check_archive_element): Skip non-COFF
	members of an archive.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]