aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-06-15 13:26:54 +0100
committerNick Clifton <nickc@redhat.com>2017-06-15 13:26:54 +0100
commitcd3ea7c69acc5045eb28f9bf80d923116e15e4f5 (patch)
tree435204a1b2338e00a8acce0e30f49fee4455ec08 /opcodes/ChangeLog
parent62b76e4b6e0b4cb5b3e0053d1de4097b32577049 (diff)
downloadgdb-cd3ea7c69acc5045eb28f9bf80d923116e15e4f5.zip
gdb-cd3ea7c69acc5045eb28f9bf80d923116e15e4f5.tar.gz
gdb-cd3ea7c69acc5045eb28f9bf80d923116e15e4f5.tar.bz2
Prevent address violation problem when disassembling corrupt aarch64 binary.
PR binutils/21595 * aarch64-dis.c (aarch64_ext_ldst_reglist): Check for an out of range value.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index c77f00a..e489d43 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,11 @@
2017-06-15 Nick Clifton <nickc@redhat.com>
+ PR binutils/21595
+ * aarch64-dis.c (aarch64_ext_ldst_reglist): Check for an out of
+ range value.
+
+2017-06-15 Nick Clifton <nickc@redhat.com>
+
PR binutils/21588
* rl78-decode.opc (OP_BUF_LEN): Define.
(GETBYTE): Check for the index exceeding OP_BUF_LEN.