Fix thinko in bfd ChangeLog entry
authorNick Clifton <nickc@redhat.com>
Wed, 20 May 2020 10:43:56 +0000 (11:43 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 20 May 2020 10:43:56 +0000 (11:43 +0100)
bfd/ChangeLog

index eb6191c534a7806f95b228787882e06d68f2a452..18543cf84039c93b5630c1cd1be645a35a609ae4 100644 (file)
@@ -24,8 +24,9 @@
 2020-05-19  Gunther Nikl  <gnikl@justmail.de>
 
        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  <shorne@gmail.com>
 
This page took 0.025382 seconds and 4 git commands to generate.