https://sourceware.org/bugzilla/show_bug.cgi?id=17512

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  bf67003b4567600ed3022a439207ac8f26454f91 (commit)
      from  7e1e19887abd24aeb15066b141cdff5541e0ec8e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bf67003b4567600ed3022a439207ac8f26454f91

commit bf67003b4567600ed3022a439207ac8f26454f91
Author: Nick Clifton <ni...@redhat.com>
Date:   Mon Oct 27 18:05:37 2014 +0000

    This fixes more seg-faults in tools like "strings" and "objdump" when
    presented with corrupt binaries.

        PR binutils/17512
        * elf.c (bfd_section_from_shdr): Detect and warn about ELF
        binaries with a group of sections linked by the string table
        indicies.
        * peXXigen.c (pe_print_edata): Detect out of range rvas and
        entry counts for the Export Address table, Name Pointer table
         and Ordinal table.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog  |    5 ++
 bfd/elf.c      |  194 +++++++++++++++++++++++++++++++++++++-------------------
 bfd/peXXigen.c |   18 +++++-
 3 files changed, 150 insertions(+), 67 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to