bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/25344] z80 disassembler recursion


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/25344] z80 disassembler recursion
Date: Mon, 06 Jan 2020 11:45:17 +0000

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 <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=660e62b1d9ca02e4ec7b18e8f0a0ff0707e540ac

commit 660e62b1d9ca02e4ec7b18e8f0a0ff0707e540ac
Author: Alan Modra <address@hidden>
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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]