diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-06-17 13:39:56 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-06-17 13:39:56 +0000 |
commit | a50b216054a45bff721b7e15d987684e5c380625 (patch) | |
tree | 9bcf519e381cf4fb1dc48a0340c6861a789a317b /bfd/ChangeLog | |
parent | 08d8fa11878dc2fb68745443a892106379121882 (diff) | |
download | gdb-a50b216054a45bff721b7e15d987684e5c380625.zip gdb-a50b216054a45bff721b7e15d987684e5c380625.tar.gz gdb-a50b216054a45bff721b7e15d987684e5c380625.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f374000..f47dac2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2005-06-17 Jakub Jelinek <jakub@redhat.com> + + * 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. + 2005-06-17 Jan Beulich <jbeulich@novell.com> * bfd-in2.h (elf_x86_64_reloc_type): Add BFD_RELOC_X86_64_GOTOFF64 |