[Nasm-bugs] [Bug 3392452] stack-overflow in nasm

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Wed Dec 13 14:49:22 PST 2017


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

--- Comment #1 from Cyrill Gorcunov <gorcunov at gmail.com> ---
Some of the macros in this file expanded into series of

 mov
ax,((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((..

where '(' reach more than 10000 count. No wonder that our recursive expression
evaluate engine overflowed the stack.

Strictly speaking it's a bug but usually people don't do such things so I don't
consider it critical. Still we probably need to limit nesting of braces.

Will try once time permit. Thanks for report!

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