[LLVMbugs] [Bug 6684] New: Module::getEndianness() has an infinite	loop
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Tue Mar 23 10:16:19 PDT 2010
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=6684
           Summary: Module::getEndianness() has an infinite loop
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: alexmac at adobe.com
                CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=4576)
 --> (http://llvm.org/bugs/attachment.cgi?id=4576)
getEndianness patch
A typo in the while loop is causing the same string to be continually
re-tokenised rather than using the temp string.
-- 
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