projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a0bacf
)
Fix thinko in bfd ChangeLog entry
author
Nick Clifton
<nickc@redhat.com>
Wed, 20 May 2020 10:43:56 +0000
(11:43 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 20 May 2020 10:43:56 +0000
(11:43 +0100)
bfd/ChangeLog
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index eb6191c534a7806f95b228787882e06d68f2a452..18543cf84039c93b5630c1cd1be645a35a609ae4 100644
(file)
--- 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>