[Nasm-bugs] [Bug 3392333] Out of bounds heap read in function expand_mmac_params() during test suite run

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Wed Jul 6 14:24:09 PDT 2016


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

--- Comment #4 from Cyrill Gorcunov <gorcunov at gmail.com> ---
expand_mmac_params --> we examinate [1]. getenv generates TOK_PREPROC_ID, and
previously we simply duplicate "", as result first call to expand_mmac_params
accessed out of bound memory.

I this it's fine to make a fast fix and provide 2 byte empty string instead,
for now of course. Later we can improve the code.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Nasm-bugs mailing list