VirtualBox

Ignore:
Timestamp:
Jul 11, 2014 2:57:40 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94904
Message:

Need to initialize the SUPR3HardenedVerify* bits in the extension pack manager too, so split it (the init code) out into a separate API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp

    r51687 r51978  
    716716    m->enmContext                   = a_enmContext;
    717717    m->fMadeReadyCall               = false;
     718
     719    /*
     720     * Make sure the SUPR3Hardened API works (ignoring errors for now).
     721     */
     722    int rc = SUPR3HardenedVerifyInit();
     723    if (RT_FAILURE(rc))
     724        LogRel(("SUPR3HardenedVerifyInit failed: %Rrc\n", rc));
    718725
    719726    /*
Note: See TracChangeset for help on using the changeset viewer.

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