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

--- Comment #74 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <ni...@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f3853b34448594744f284fa96f26e41fd533a50d

commit f3853b34448594744f284fa96f26e41fd533a50d
Author: Nick Clifton <ni...@redhat.com>
Date:   Wed Feb 4 10:40:05 2015 +0000

    More fixes for memory access violations triggered by running readelf on
fuzzed binaries.

        PR binutils/17531
        * dwarf.c (read_and_display_attr_value): Test for a block length
        being so long that it wraps around to before the start of the block.
        (process_debug_info): Test for section_begin wrapping around to
        before the start of the section.
        (display_gdb_index): Test for num_cus being so large that the end
        address wraps around to before the start of the section.
        (process_cu_tu_index): Test for j being so large that the section
        index pool wraps around to before the start of the section.

-- 
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