aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-09-07 09:44:17 +0100
committerNick Clifton <nickc@redhat.com>2021-09-07 09:44:17 +0100
commit3f1a2892e1fea343880b276474cb44db3abcaa9a (patch)
treee11dc9e68b1a50e11e3e2e8aad6e804764ee8dd0 /bfd/ChangeLog
parent5d2deb81fa143e592414fd987c2899c839eb433e (diff)
downloadgdb-3f1a2892e1fea343880b276474cb44db3abcaa9a.zip
gdb-3f1a2892e1fea343880b276474cb44db3abcaa9a.tar.gz
gdb-3f1a2892e1fea343880b276474cb44db3abcaa9a.tar.bz2
Fix illegal memory access triggered by an attempt to disassemble a corrupt RISC-V binary.
PR 28303 * elfxx-riscv.c (riscv_elf_add_sub_reloc): Add check for out of range relocs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6d55130..4e53a1f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2021-09-07 Nick Clifton <nickc@redhat.com>
+
+ PR 28303
+ * elfxx-riscv.c (riscv_elf_add_sub_reloc): Add check for out of
+ range relocs.
+
2021-08-10 Nick Clifton <nickc@redhat.com>
* po/sr.po: Updated Serbian translation.