VirtualBox

Changeset 25259 in vbox


Ignore:
Timestamp:
Dec 9, 2009 2:07:06 AM (15 years ago)
Author:
vboxsync
Message:

ldrPE.cpp: Ignore IMAGE_DIRECTORY_ENTRY_SECURITY for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp

    r21337 r25259  
    11191119                Log(("rtldrPEOpen: %s: dir no. %d (SECURITY) VirtualAddress=%#x Size=%#x is not supported!!!\n",
    11201120                     pszLogName, i, pDir->VirtualAddress, pDir->Size));
     1121#if 0 /** @todo correctly validate this! Ignoring it for the present. */
    11211122                return VERR_LDRPE_SECURITY;
     1123#else
     1124                break;
     1125#endif
    11221126
    11231127            case IMAGE_DIRECTORY_ENTRY_GLOBALPTR:     // 8   /* (MIPS GP) */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette