This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [PATCH/RFC] Reorganize osabi.c:generic_elf_osabi_sniff_abi_tag_sections()


On Sun, Jan 18, 2004 at 09:40:40PM +0100, Mark Kettenis wrote:
> +  /* ...and check it.  */
> +  gdb_assert (notesz <= MAX_NOTESZ);
> +  if (notesz > bfd_section_size (abfd, sect))
> +    return 0;

I'd rather not add assertions based on the input file.  Can we complain
and fail instead?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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