[Nasm-bugs] [Bug 3392616] New: bad break statement in rdflib.c

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Fri Oct 4 13:09:09 PDT 2019


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

            Bug ID: 3392616
           Summary: bad break statement in rdflib.c
           Product: NASM
           Version: unspecified
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: RDOFF tools
          Assignee: nobody at nasm.us
          Reporter: sezeroz at gmail.com
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Built from git using configure

Created attachment 411741
  --> https://bugzilla.nasm.us/attachment.cgi?id=411741&action=edit
rdflib.c bad break patch

Commit 6d36d8684 added a wrong break statement to case 'x'
in rdflib.c::main() at line235.  That case 'x' must "fall
through" into case 't' which re-checks the argument.  See
attached patch.

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