[Nasm-bugs] [Bug 3392640] git nasm: condition code macro parameter as first of two parameters crashes nasm

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Thu Feb 6 13:07:10 PST 2020


https://bugzilla.nasm.us/show_bug.cgi?id=3392640

--- Comment #1 from Chang S. Bae <chang.seok.bae at intel.com> ---
FYI, just bisected out and found this commit starts to get the segfault:

commit de7acc3a46cb3da52464d246b814f8bf059a0360 de7acc3a
Author: H. Peter Anvin (Intel) <hpa at zytor.com>
Date:   Mon Aug 19 17:52:55 2019 -0700

    preproc: defer %00, %? and %?? expansion for nested macros, cleanups

    BR 3392603: When doing nested macro definitions, we need %00, %? and
    %?? expansion to be deferred to actual expansion time, just as the
    other parameters.

    Do major cleanups to the mmacro expansion code.

    Reported-by: Alexandre Audibert <alexandre.audibert at outlook.fr>
    Signed-off-by: H. Peter Anvin (Intel) <hpa at zytor.com>


Obviously, this patch is fixing the old bug..

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list