https://sourceware.org/bugzilla/show_bug.cgi?id=26005
--- Comment #5 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=6fd1d259e98354236fafd14ec05f3d6a377ede9f commit 6fd1d259e98354236fafd14ec05f3d6a377ede9f Author: Gunther Nikl <gn...@justmail.de> Date: Tue May 19 17:32:26 2020 +0100 Fix thinko in recent update to bfd_section_from_shdr. PR 26005 * elf.c (bfd_section_from_shdr): Replace bfd_malloc + memset with bfd_zmalloc to allocate memory for the sections_being_created array. -- You are receiving this mail because: You are on the CC list for the bug.