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

--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Maciej W. Rozycki <ma...@sourceware.org>:

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

commit 707bad1b21c18cf8e570fb8df8f7c5961fb0f3a5
Author: Maciej W. Rozycki <ma...@mips.com>
Date:   Wed Apr 4 02:00:49 2018 +0100

    PR binutils/22875: Visium/ELF: Prevent an out-of-bounds howto table access

    Prevent an out-of-bounds `visium_elf_howto_table' table access in
    `visium_info_to_howto_rela' by using the size of the table rather than
    R_VISIUM_max to determine the number of entries in the contiguous
    regular Visium relocation range defined and described in the table.

        bfd/
        * elf32-visium.c (visium_info_to_howto_rela): Correct the range
        check for `visium_elf_howto_table' table access.

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