From: Nick Clifton Date: Wed, 20 May 2020 10:43:56 +0000 (+0100) Subject: Fix thinko in bfd ChangeLog entry X-Git-Tag: binutils-2_35~676 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11c0dd51e8675c923fe40f2d1ad09269bfe9978a;p=thirdparty%2Fbinutils-gdb.git Fix thinko in bfd ChangeLog entry --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index eb6191c534a..18543cf8403 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -24,8 +24,9 @@ 2020-05-19 Gunther Nikl PR 26005 - * elf.c (bfd_section_from_shdr): Replace bfd_malloc + memset with - bfd_zmalloc to allocate memory for the sections_being_created array. + * elf.c (bfd_section_from_shdr): Replace bfd_zmalloc with bfd_malloc + and memset when allocating memory for the sections_being_created + array. 2020-05-19 Stafford Horne