aboutsummaryrefslogtreecommitdiff
path: root/bfd/xtensa-isa.c
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/xtensa-isa.c
parent540bf37b2539923dc70b96eea7cb870522ffd7ec (diff)
downloadgdb-9dc2f26777b07f9e5aa3220f7a680987ef79e75e.zip
gdb-9dc2f26777b07f9e5aa3220f7a680987ef79e75e.tar.gz
gdb-9dc2f26777b07f9e5aa3220f7a680987ef79e75e.tar.bz2
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/xtensa-isa.c')
-rw-r--r--bfd/xtensa-isa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/xtensa-isa.c b/bfd/xtensa-isa.c
index f6a1538..d92d9b8 100644
--- a/bfd/xtensa-isa.c
+++ b/bfd/xtensa-isa.c
@@ -227,7 +227,6 @@ xtensa_insnbuf_from_chars (xtensa_isa isa,
}
}
-
/* ISA information. */