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

--- Comment #1 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=c77852c8916415b089e56271b6ab9f793fdb413c

commit c77852c8916415b089e56271b6ab9f793fdb413c
Author: Nick Clifton <ni...@redhat.com>
Date:   Mon Apr 16 16:39:15 2018 +0100

    Fix illegal memory accesses in the assembler when attempting to parse
corrup tinput files.

        PR 23054
        * cond.c (s_ifsef): Replace use of obstack_copy with obstack_alloc
        followed by memcpy.
        (s_if, s_ifb, s_ifc, s_ifeqs): Likewise.
        * obj-elf.c (elf_adjust_symtab): Check for local symbols before
        attempting to dereference the sy_next field of a symbol.
        * stabs.c (get_stab_string_offset): Fail if there is no string
        following the stab directive.

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