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

             Bug #: 13545
           Summary: Insufficient length for magic number identification on
                    windows.
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 9010
  --> http://llvm.org/bugs/attachment.cgi?id=9010
patch for getting cling's dynamic library loading

According to identify_magic's implementation, in order to identify whether a
file is a exe or dll under windows, at least 132 bytes (instead of 64 bytes)
should be reserved for magic.
This is required to get cling's dll dynamic library loading working correctly
under windows.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to