aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-12-10 23:50:02 +1030
committerAlan Modra <amodra@gmail.com>2019-12-11 11:39:07 +1030
commit159653d8c0bcc45b479e4329c2e5f304fa942280 (patch)
treec257a1516c690d1c7d0cc17fa2e66808dd70b121 /opcodes/ChangeLog
parentd93bba9e0d6c7bd3a570688612a3dd0a5eb0193a (diff)
downloadgdb-159653d8c0bcc45b479e4329c2e5f304fa942280.zip
gdb-159653d8c0bcc45b479e4329c2e5f304fa942280.tar.gz
gdb-159653d8c0bcc45b479e4329c2e5f304fa942280.tar.bz2
ussan: d30v: index out of bounds
* d30v-dis.c (print_insn): Make opind unsigned. Don't access past end of 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 5cd7361..946c620 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2019-12-11 Alan Modra <amodra@gmail.com>
+ * d30v-dis.c (print_insn): Make opind unsigned. Don't access
+ past end of operands array.
+
+2019-12-11 Alan Modra <amodra@gmail.com>
+
* csky-dis.c (csky_chars_to_number): Rewrite. Avoid signed
overflow when collecting bytes of a number.