diff options
author | Nick Clifton <nickc@redhat.com> | 2020-05-20 11:43:56 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-05-20 11:43:56 +0100 |
commit | 11c0dd51e8675c923fe40f2d1ad09269bfe9978a (patch) | |
tree | 33c0eeccbbd2f5f67330046ab10f1f3fd1f31c84 /bfd/ChangeLog | |
parent | 9a0bacfb08eb87938919023915ecc0ca2ba21223 (diff) | |
download | fsf-binutils-gdb-11c0dd51e8675c923fe40f2d1ad09269bfe9978a.zip fsf-binutils-gdb-11c0dd51e8675c923fe40f2d1ad09269bfe9978a.tar.gz fsf-binutils-gdb-11c0dd51e8675c923fe40f2d1ad09269bfe9978a.tar.bz2 |
Fix thinko in bfd ChangeLog entry
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index eb6191c..18543cf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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> |