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 binutils-2_25-branch updated. acafeb6056bec47d7211cf462a7c211a8c95cf42


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, binutils-2_25-branch has been updated
       via  acafeb6056bec47d7211cf462a7c211a8c95cf42 (commit)
      from  cc8536de0fb8f40587cf99dad9460237ce9af7a7 (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=acafeb6056bec47d7211cf462a7c211a8c95cf42

commit acafeb6056bec47d7211cf462a7c211a8c95cf42
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Oct 28 15:47:13 2014 +0000

    Fixes another couple of memory errors reading corrupt binaries.  This time
    detected by the address sanitizer.
    
    	PR binutils/17512
    	* elf.c (bfd_section_from_shdr): Allocate and free the recursion
    	detection table on a per-bfd basis.
    	* peXXigen.c (pe_print_edata): Handle binaries with a truncated
    	export table.

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

Summary of changes:
 bfd/ChangeLog  |    7 +++++++
 bfd/elf.c      |   16 +++++++++++++---
 bfd/peXXigen.c |    9 +++++++++
 3 files changed, 29 insertions(+), 3 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]