OSDN Git Service

* elf.c (bfd_section_from_shdr): Fail if sh_entsize is bogus for
authorJakub Jelinek <jakub@redhat.com>
Fri, 17 Jun 2005 13:39:56 +0000 (13:39 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 17 Jun 2005 13:39:56 +0000 (13:39 +0000)
commit7916b653e5f97d7e271baabe5a7f142777e9d592
tree1a9c5a50e939763de4ee904c17fe6bd690e37379
parentc36ab55f1ce9c8368447e8650e695d9f115cc998
* elf.c (bfd_section_from_shdr): Fail if sh_entsize is bogus for
symbol, relocation, group or versym sections.

* coffcode.h (coff_slurp_reloc_table): Don't crash if native_relocs
is NULL.
* peXXigen.c (pe_print_idata): Don't crash if dll_name or start_address
doesn't point into the section.
bfd/ChangeLog
bfd/coffcode.h
bfd/elf.c
bfd/peXXigen.c