[LLVMbugs] [Bug 7710] New: Invalid read disassembling incomplete instruction

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jul 25 13:56:59 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7710

           Summary: Invalid read disassembling incomplete instruction
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


Command-line:
echo '0x00' | llvm-mc -disassemble -triple=x86_64-apple-darwin9

Expected result:
Error: ...

Actual result:
    addb    %ah, (%rax)

Also, valgrind shows an invalid read error.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list