[Nasm-bugs] [Bug 3392353] 2.12.02rc3 segfaults

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Tue May 10 01:47:22 PDT 2016


http://bugzilla.nasm.us/show_bug.cgi?id=3392353

--- Comment #2 from H. Peter Anvin <hpa at zytor.com> ---
Looks like a multiple free problem.  There handling of filename strings in the
NASM codebase can best be described as "batshit insane" with strings duped and
linked to all over the place, instead of keeping exactly one copy around for
the duration of the compilation.  I had planned to defer fixing that for the
2.13 codebase, but it might be easier to just fix the damned thing now.

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