https://sourceware.org/bugzilla/show_bug.cgi?id=25344
--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=660e62b1d9ca02e4ec7b18e8f0a0ff0707e540ac commit 660e62b1d9ca02e4ec7b18e8f0a0ff0707e540ac Author: Alan Modra <amo...@gmail.com> Date: Mon Jan 6 08:52:39 2020 +1030 PR25344, z80 disassembler recursion PR 25344 * z80-dis.c (suffix): Don't use a local struct buffer copy. Peek at next byte to prevent recursion on repeated prefix bytes. Ensure uninitialised "mybuf" is not accessed. (print_insn_z80): Don't zero n_fetch and n_used here,.. (print_insn_z80_buf): ..do it here instead. -- You are receiving this mail because: You are on the CC list for the bug.