vax decoding of indexed addressing mode
authorAlan Modra <amodra@gmail.com>
Thu, 19 Dec 2019 05:08:39 +0000 (15:38 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 19 Dec 2019 05:08:39 +0000 (15:38 +1030)
commitf00901886d0acb7a4d4b177a5cabe8bd9ca2307b
tree5ed06c27df45ecc145c0562a7373db42b251bca5
parent9ad9b810c385c83242a3100fa986d174c83ffe10
vax decoding of indexed addressing mode

This patch prevents print_insn_mode recursing into another index mode
byte, which if repeated enough times will overflow private.the_buffer
and scribble over other memory.

* vax-dis.c (print_insn_mode): Stop index mode recursion.
opcodes/ChangeLog
opcodes/vax-dis.c
This page took 0.023504 seconds and 4 git commands to generate.