diff options
author | Nick Clifton <nickc@redhat.com> | 2023-03-15 13:06:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-03-15 13:06:23 +0000 |
commit | 71f646f2b3fc6e273fd17b5fdc9ba6bae242b330 (patch) | |
tree | d22b239000ec1f84e1f748eef8966fb0e92e3b94 /opcodes/ChangeLog | |
parent | 771860451862e89df453cd3b635a00d47d602533 (diff) | |
download | gdb-71f646f2b3fc6e273fd17b5fdc9ba6bae242b330.zip gdb-71f646f2b3fc6e273fd17b5fdc9ba6bae242b330.tar.gz gdb-71f646f2b3fc6e273fd17b5fdc9ba6bae242b330.tar.bz2 |
Fix an illegal memory access when disassembling a corrupt MeP file.
PR 30231
* mep.opc (mep_print_insn): Check for an out of range index.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fb6612a..e8a224b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2023-03-15 Nick Clifton <nickc@redhat.com> + PR 30231 + * mep-dis.c: Regenerate. + +2023-03-15 Nick Clifton <nickc@redhat.com> + PR 30230 * arm-dis.c (get_sym_code_type): Check for non-ELF symbols. |