VirtualBox

Changeset 25342 in vbox for trunk/src/VBox/Runtime/common


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

build fix.

File:
1 edited

Legend:

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

    r25341 r25342  
    11211121                {
    11221122                    Log(("rtldrPEOpen: %s: Security directory is too small: %#x bytes\n", pszLogName, i, pDir->Size));
    1123                     return VERR_LDRPE_MALFORMED_CERT;
     1123                    return VERR_LDRPE_CERT_MALFORMED;
    11241124                }
    11251125                if (pDir->Size >= _1M)
    11261126                {
    11271127                    Log(("rtldrPEOpen: %s: Security directory is too large: %#x bytes\n", pszLogName, i, pDir->Size));
    1128                     return VERR_LDRPE_MALFORMED_CERT;
     1128                    return VERR_LDRPE_CERT_MALFORMED;
    11291129                }
    11301130                if (pDir->VirtualAddress & 7)
    11311131                {
    11321132                    Log(("rtldrPEOpen: %s: Security directory is misaligned: %#x\n", pszLogName, i, pDir->VirtualAddress));
    1133                     return VERR_LDRPE_MALFORMED_CERT;
     1133                    return VERR_LDRPE_CERT_MALFORMED;
    11341134                }
    11351135                break;
     
    14511451                {
    14521452                    Log(("rtldrPEOpen: %s: cert at %#x/%#x: dwLength=%#x\n", pszLogName, off, Dir.Size, pCur->dwLength));
    1453                     rc = VERR_LDRPE_MALFORMED_CERT;
     1453                    rc = VERR_LDRPE_CERT_MALFORMED;
    14541454                    break;
    14551455                }
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