This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] array overrun, aout_link_input_section_ext
- From: msnyder at sonic dot net
- To: binutils at sourceware dot org
- Date: Wed, 1 Aug 2007 12:52:41 -0700 (PDT)
- Subject: Re: [PATCH] array overrun, aout_link_input_section_ext
- References: <11518.12.7.175.2.1185569068.squirrel@webmail.sonic.net> <20070801074945.GI23966@bubble.grove.modra.org>
> This shouldn't be an assert in the first place, since it would be
> triggered by user input rather than a BFD programming error. Also,
> bfd_error should be set whenever returning false.
Great, that takes care of the issue. Thanks Alan.