[Nasm-bugs] [Bug 3392414] Multiple use after free vulnerabilities in the Nasm tool with latest vesion

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Tue Jul 25 03:00:46 PDT 2017


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

--- Comment #3 from amajer at suse.de ---
Created attachment 411599
  --> https://bugzilla.nasm.us/attachment.cgi?id=411599&action=edit
workaround to usage-after-free

The fix in this patch is not to free the mmacro as it seems it can continue to
be used later. This leads to a small memory leak, but the usage-after-free
condition is removed.

I didn't look more carefully into fixing this piece of code as there is already
a TODO: to fix it ;)

Is this small memory leak acceptable, or should this be fixed another way?

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