bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/17531] readelf -a crashes on fuzzed samples


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/17531] readelf -a crashes on fuzzed samples
Date: Tue, 04 Nov 2014 11:59:37 +0000

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

--- Comment #4 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  049b0c3a2467c785f9068915d81fdba4985470bf (commit)
      from  e0f52461c2467b6610391681fa27cd9b3c5def57 (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=049b0c3a2467c785f9068915d81fdba4985470bf

commit 049b0c3a2467c785f9068915d81fdba4985470bf
Author: Nick Clifton <address@hidden>
Date:   Tue Nov 4 11:58:16 2014 +0000

    Fixes for crashes running readelf.

        PR binutils/17531
        * readelf.c (get_data): If the reason parameter is null, do not
        print any error messages.
        (get_32bit_section_headers): Verify section header entry size
        before reading in the section headers.
        (get_64bit_section_headers): Likewise.
        (process_section_headers): Pass FALSE to get_section_headers.
        (get_file_header): Pass TRUE to get_section_headers.
        (process_dynamic_section): Change an assert to an error message.
        (process_symbol_table): Handle corrupt histograms.

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

Summary of changes:
 binutils/ChangeLog |   13 ++++++
 binutils/readelf.c |  116 +++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 96 insertions(+), 33 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]