VirtualBox

Changeset 52965 in vbox for trunk


Ignore:
Timestamp:
Oct 6, 2014 8:16:16 PM (10 years ago)
Author:
vboxsync
Message:

Another sanity check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp

    r52962 r52965  
    17751775    /*
    17761776     * The next steps are only taken if we actually need to access the support
    1777      * driver.  (Already done by early VM process init.)
     1777     * driver.  (Already done by early process init.)
    17781778     */
    17791779    if (!(fFlags & SUPSECMAIN_FLAGS_DONT_OPEN_DEV))
    17801780    {
    17811781#ifdef RT_OS_WINDOWS
     1782        /*
     1783         * Windows: Must have done early process init if we get here.
     1784         */
     1785        if (!g_fSupEarlyProcessInit)
     1786            supR3HardenedFatalMsg("SUPR3HardenedMain", kSupInitOp_Integrity, VERR_WRONG_ORDER,
     1787                                  "Early process init was somehow skipped.");
     1788
    17821789        /*
    17831790         * Windows: The second respawn.  This time we make a special arrangement
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