[Nasm-bugs] [Bug 3392529] 'nasm foo' creates file 'foo' (regression compared to 2.13.03)

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Sat Dec 8 10:44:08 PST 2018


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

--- Comment #2 from Sergei Trofimovich <slyfox at inbox.ru> ---
Planned to look at it today and noticed latest git tree seems to be already
fixed!

Bisected the fix down to:

  7b6371b9d35705ee3800082ca245f8dd289bb216 is the first bad commit
  commit 7b6371b9d35705ee3800082ca245f8dd289bb216
  Author: H. Peter Anvin (Intel) <hpa at zytor.com>
  Date:   Tue Nov 20 10:56:57 2018 -0800

    BR 3392529: if the default output name is the same as input -> nasm.out

    If no output filename is specified, then a default filename is used
    based on the input filename. If that ends up the *same* as the input
    filename, change the output filename to "nasm.out".

    Signed-off-by: H. Peter Anvin (Intel) <hpa at zytor.com>

Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list