https://sourceware.org/bugzilla/show_bug.cgi?id=26005
--- 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=ed02cdb5b78d17429f7e873acc49d94a5a0223d8 commit ed02cdb5b78d17429f7e873acc49d94a5a0223d8 Author: Nick Clifton <ni...@redhat.com> Date: Mon May 18 15:52:03 2020 +0100 Fix a use-after-free bug in the BFD library when scanning a corrupt ELF file. PR 26005 * elf.c (bfd_section_from_shdr): Use bfd_malloc to allocate memory for the sections_being_created array. -- You are receiving this mail because: You are on the CC list for the bug.