diff options
author | Nick Clifton <nickc@redhat.com> | 2014-11-27 12:19:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-11-27 12:19:10 +0000 |
commit | 1036838a771b96ad9428e8fc7ecc45d3d8e056ce (patch) | |
tree | b2908f515505401f6bada294ce7a2ca23797c5d5 /bfd/ChangeLog | |
parent | 608ce2f3c8b1fb309f50b6426389282ec6031323 (diff) | |
download | gdb-1036838a771b96ad9428e8fc7ecc45d3d8e056ce.zip gdb-1036838a771b96ad9428e8fc7ecc45d3d8e056ce.tar.gz gdb-1036838a771b96ad9428e8fc7ecc45d3d8e056ce.tar.bz2 |
Fixes a few more memory access violations exposed by fuzzed binaries.
PR binutils/17512
* ecoff.c (_bfd_ecoff_slurp_symbol_table): Warn about and correct
a discrepancy between the isymMax and ifdMax values in the
symbolic header.
* elf.c (_bfd_elf_print_private_bfd_data): Fix the range check
scanning the external dynamic entries.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c379fca..8fe5fe6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2014-11-27 Nick Clifton <nickc@redhat.com> + + PR binutils/17512 + * ecoff.c (_bfd_ecoff_slurp_symbol_table): Warn about and correct + a discrepancy between the isymMax and ifdMax values in the + symbolic header. + * elf.c (_bfd_elf_print_private_bfd_data): Fix the range check + scanning the external dynamic entries. + 2014-11-26 Nick Clifton <nickc@redhat.com> PR binutils/17512 |