bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/24898] An out-of-bounds read occured in display_data


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/24898] An out-of-bounds read occured in display_data
Date: Mon, 19 Aug 2019 11:09:50 +0000

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <address@hidden>:

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

commit d292364e95fc9c8230b678d9026f285850074c02
Author: Alan Modra <address@hidden>
Date:   Mon Aug 19 20:24:35 2019 +0930

    PR24898, An out-of-bounds read occured in display_data

    Given 32-bit pointers and a 64-bit bfd_size_type, it is relatively
    easy to construct a value of augmentation_data_len (eg. 0x100000000)
    that won't fail pointer checks but will print without bounds.

        PR 24898
        * dwarf.c (display_debug_frames): Use the read_cie check and error
        for augmentation data length.

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