[Nasm-bugs] [Bug 3392630] git nasm: infinite loop with input %define A \ %define B PREFIX%[A] \ %xdefine C B

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Wed May 6 16:02:43 PDT 2020


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

Chang S. Bae <chang.seok.bae at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|OPEN                        |CLOSED
         Resolution|---                         |FIXED

--- Comment #5 from Chang S. Bae <chang.seok.bae at intel.com> ---
This commit should have resolved the issue:

preproc: Fix the token iterator in expanding single-line macro
commit  95e54a9f1f693f38075e8c8b8553970a8cfac0d7
author  Chang S. Bae <chang.seok.bae at intel.com> 
Thu, 6 Feb 2020 22:39:22 +0000 (6 14:39 -0800)
committer       Chang S. Bae <chang.seok.bae at intel.com> 
Tue, 21 Apr 2020 21:11:10 +0000 (21 21:11 +0000)
preproc: Fix the token iterator in expanding single-line macro

The code used to stuck in going through whitespace tokens.
Fix to increment towards on the next in the loop.

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