[PATCH 3/5] remove deleted BFDs from the archive cache
Tom Tromey
tromey@redhat.com
Fri Aug 17 15:36:00 GMT 2012
More information about the Binutils mailing list
Fri Aug 17 15:36:00 GMT 2012
- Previous message (by thread): [PATCH 3/5] remove deleted BFDs from the archive cache
- Next message (by thread): [PATCH 3/5] remove deleted BFDs from the archive cache
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>>> "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
- Previous message (by thread): [PATCH 3/5] remove deleted BFDs from the archive cache
- Next message (by thread): [PATCH 3/5] remove deleted BFDs from the archive cache
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list