summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-09-07 11:47:08 +0100
committerNick Clifton <nickc@redhat.com>2021-09-07 11:47:08 +0100
commit9dc2f26777b07f9e5aa3220f7a680987ef79e75e (patch)
tree12e1ac4726cd9bc7c88a2383ba586038b73d00e0 /bfd/ChangeLog
parent540bf37b2539923dc70b96eea7cb870522ffd7ec (diff)
Fix an illegal memory access triggered by an atempt to disassemble a corrupt xtensa binary.
PR 28305 * elf32-xtensa.c (elf_xtensa_do_reloc): Add check for put of range reloc.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4e53a1f38d..499e33634b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
2021-09-07 Nick Clifton <nickc@redhat.com>
+ PR 28305
+ * elf32-xtensa.c (elf_xtensa_do_reloc): Add check for put of range
+ reloc.
+
PR 28303
* elfxx-riscv.c (riscv_elf_add_sub_reloc): Add check for out of
range relocs.