bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/23994] Heap overflow in libbfd caused by integer overflow


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/23994] Heap overflow in libbfd caused by integer overflow
Date: Mon, 17 Dec 2018 02:26:31 +0000

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

--- Comment #2 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=3a551c7a1b80fca579461774860574eabfd7f18f

commit 3a551c7a1b80fca579461774860574eabfd7f18f
Author: Alan Modra <address@hidden>
Date:   Sun Dec 16 23:02:50 2018 +1030

    PR23994, libbfd integer overflow

        PR 23994
        * aoutx.h: Include limits.h.
        (get_reloc_upper_bound): Detect long overflow and return a file
        too big error if it occurs.
        * elf.c: Include limits.h.
        (_bfd_elf_get_symtab_upper_bound): Detect long overflow and return
        a file too big error if it occurs.
        (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
        (_bfd_elf_get_dynamic_reloc_upper_bound): Likewise.

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