[Nasm-bugs] [Bug 3392495] Undetected "je short literal-number" byte overflow

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Fri Dec 14 01:25:47 PST 2018


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

H. Peter Anvin <hpa at zytor.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Medium                      |Low
           Severity|normal                      |annoyance

--- Comment #1 from H. Peter Anvin <hpa at zytor.com> ---
This is because you are mixing absolute and section-relative addresses, which
are not knowable for the assembler proper.

It might be possible to check for this in the "bin" backend, but I don't think
is is going to be a priority any time soon.

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