This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 1036838a771b96ad9428e8fc7ecc45d3d8e056ce


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  1036838a771b96ad9428e8fc7ecc45d3d8e056ce (commit)
      from  608ce2f3c8b1fb309f50b6426389282ec6031323 (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=1036838a771b96ad9428e8fc7ecc45d3d8e056ce

commit 1036838a771b96ad9428e8fc7ecc45d3d8e056ce
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Nov 27 12:19:10 2014 +0000

    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.

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

Summary of changes:
 bfd/ChangeLog |    9 +++++++++
 bfd/ecoff.c   |   15 +++++++++++++++
 bfd/elf.c     |    4 +++-
 3 files changed, 27 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]