[LLVMbugs] [Bug 13545] New: Insufficient length for magic number identification on windows.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Aug 7 10:43:57 PDT 2012


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: unassignedbugs at nondot.org
        ReportedBy: inter1965 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list