[PATCH 3/5] remove deleted BFDs from the archive cache

Tom Tromey tromey@redhat.com
Fri Aug 17 15:36:00 GMT 2012
>>>>> "Alan" == Alan Modra <amodra@gmail.com> writes:

>> * opncls.c (_bfd_delete_bfd): Check to see if section htab is
>> already freed.

Alan> This part can be committed now if you like.

The issue was double-freeing of section_htab.  Because _bfd_delete_bfd
checks abfd->memory before freeing the section_htab, and because
_bfd_free_cached_info still calls objalloc_free, there's no need to do
this check.

Tom



More information about the Binutils mailing list