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

--- Comment #150 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  ec93045b400ec68b0c5716d75f27a87533b57058 (commit)
      from  60ebc25751744f54ae5c00d1c9198ab64fcc5b33 (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=ec93045b400ec68b0c5716d75f27a87533b57058

commit ec93045b400ec68b0c5716d75f27a87533b57058
Author: Nick Clifton <ni...@redhat.com>
Date:   Tue Jan 6 17:54:02 2015 +0000

    Fix memory access violations for objdump triggered by fuzzed binaries.

        PR binutils/17512
        * reloc.c (bfd_get_reloc_size): Handle a reloc size of -1.
        (bfd_perform_relocation): Include the size of the reloc in the
        test for an out of range relocation.
        (bfd_generic_get_relocated_section_contents): Remove reloc range
        test.

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

Summary of changes:
 bfd/ChangeLog |    6 ++++++
 bfd/reloc.c   |   11 ++++++-----
 2 files changed, 12 insertions(+), 5 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