diff options
author | Nick Clifton <nickc@redhat.com> | 2021-09-07 09:44:17 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-09-07 09:44:17 +0100 |
commit | 3f1a2892e1fea343880b276474cb44db3abcaa9a (patch) | |
tree | e11dc9e68b1a50e11e3e2e8aad6e804764ee8dd0 /bfd/ChangeLog | |
parent | 5d2deb81fa143e592414fd987c2899c839eb433e (diff) | |
download | gdb-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/ChangeLog | 6 |
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. |