[Nasm-bugs] [Bug 3392796] NULL pointer dereference in do_directive caused by %exitmacro

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Wed Oct 5 11:26:02 PDT 2022


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

H. Peter Anvin <hpa at zytor.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor

--- Comment #1 from H. Peter Anvin <hpa at zytor.com> ---
OK, so it seems that the problem here is that because %macro syntax errored,
there is probably no macro being defined (otherwise %endif should fail - we
should check that.) Thus, %exitmacro (and %endmacro) appears without a macro
actually being defined.

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


More information about the Nasm-bugs mailing list