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. 4082ef846466438ea2cd5b3606f304f6fded152b


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  4082ef846466438ea2cd5b3606f304f6fded152b (commit)
      from  5e186ece2feebb46e63ff6bb2d2490aad0d5a724 (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=4082ef846466438ea2cd5b3606f304f6fded152b

commit 4082ef846466438ea2cd5b3606f304f6fded152b
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Nov 10 16:32:32 2014 +0000

    More fixes for assertion failures and out-of-bounds reads by readelf.
    
    	PR binutils/17531
    	* (ia64_process_unwind): Replace assertion with an error message.
    	Add range checking for group section indicies.
    	(hppa_process_unwind): Replace assertion with an error message.
    	(process_syminfo): Likewise.
    	(decode_arm_unwind_bytecode): Add range checking.
    	(dump_section_as_strings): Add more string range checking.
    	(display_tag_value): Likewise.
    	(display_arm_attribute): Likewise.
    	(display_gnu_attribute): Likewise.
    	(display_tic6x_attribute): Likewise.
    	(display_msp430x_attribute): Likewise.

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

Summary of changes:
 binutils/ChangeLog |   15 +++++
 binutils/readelf.c |  179 +++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 143 insertions(+), 51 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]