bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/28169] Infinite recursion in ft32_opcode


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/28169] Infinite recursion in ft32_opcode
Date: Tue, 24 Aug 2021 11:10:04 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=28169

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <amodra@sourceware.org>:

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

commit ee077885e5d182d0d9fba090f3505f16f640dff7
Author: James Bowman (FTDI-UK) <james.bowman@ftdichip.com>
Date:   Tue Aug 24 02:16:56 2021 +0000

    FT32: Remove recursion in ft32_opcode

    The function ft32_opcode used recursion.  This could cause a stack
    overflow.  Replaced with a pair of non-recursive functions.

            PR 28169
            * ft32-dis.c: Formatting.
            (ft32_opcode1): Split out from..
            (ft32_opcode): ..here.

-- 
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]