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

--- Comment #129 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  033539e2685156ad6ad60e5925bc61cef5ced483 (commit)
      from  beed38b8273fa18be574a7e84d5d2ee1f563ed48 (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=033539e2685156ad6ad60e5925bc61cef5ced483

commit 033539e2685156ad6ad60e5925bc61cef5ced483
Author: Nick Clifton <ni...@redhat.com>
Date:   Tue Dec 16 14:17:15 2014 +0000

    Fix a memory access violation triggeed by a fuzzed binary.

        PR binutils/17512
        * format.c (bfd_check_format_matches): Check for a matching vector
        before using match priorities.
        * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Fix off-by-one
        errors with previous delta.

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

Summary of changes:
 bfd/ChangeLog |    8 ++++++++
 bfd/format.c  |    2 +-
 bfd/mach-o.c  |    6 ++++--
 3 files changed, 13 insertions(+), 3 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