aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-10-29 10:25:09 +0000
committerNick Clifton <nickc@redhat.com>2019-10-29 10:25:09 +0000
commit9adb25915092daa4096911d04fadb5d496c926a6 (patch)
treedfc49676fa42e8825bd2b449eb735a97f14abf66 /opcodes/ChangeLog
parent993a00a986d0795a3cbb7a2dd0c640d8e6d66734 (diff)
downloadgdb-9adb25915092daa4096911d04fadb5d496c926a6.zip
gdb-9adb25915092daa4096911d04fadb5d496c926a6.tar.gz
gdb-9adb25915092daa4096911d04fadb5d496c926a6.tar.bz2
Fix a potential illegal array access in the D30V disassembler.
* d30v-dis.c (print_insn): Check that operand index is valid before attempting to access the operands array.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index d596729..ae2e00c 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2019-10-29 Nick Clifton <nickc@redhat.com>
+ * d30v-dis.c (print_insn): Check that operand index is valid
+ before attempting to access the operands array.
+
+2019-10-29 Nick Clifton <nickc@redhat.com>
+
* ia64-opc.c (locate_opcode_ent): Prevent a negative shift when
locating the bit to be tested.