VirtualBox

Changeset 74843 in vbox for trunk


Ignore:
Timestamp:
Oct 15, 2018 12:51:11 PM (6 years ago)
Author:
vboxsync
Message:

ldrPE: logging fix

File:
1 edited

Legend:

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

    r74760 r74843  
    38643864                /* The VirtualAddress is a PointerToRawData. */
    38653865                cb = (size_t)cbRawImage; Assert((RTFOFF)cb == cbRawImage);
    3866                 Log(("rtldrPEOpen: %s: dir no. %d (SECURITY) VirtualAddress=%#x Size=%#x is not supported!!!\n",
    3867                      pszLogName, i, pDir->VirtualAddress, pDir->Size));
     3866                Log(("rtldrPEOpen: %s: dir no. %d (SECURITY) VirtualAddress=%#x Size=%#x\n", pszLogName, i, pDir->VirtualAddress, pDir->Size));
    38683867                if (pDir->Size < sizeof(WIN_CERTIFICATE))
    38693868                {
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