VirtualBox

Changeset 53331 in vbox


Ignore:
Timestamp:
Nov 14, 2014 3:02:31 PM (10 years ago)
Author:
vboxsync
Message:

SUPLibLdr.cpp: Lazily make sure SUPR3HardenedLdrLoad and SUPR3HardenedLdrLoadAppPriv have the certificates and stuff necessary to do their job on windows.

File:
1 edited

Legend:

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

    r52213 r53331  
    662662     * Verify the image file.
    663663     */
    664     int rc = supR3HardenedVerifyFixedFile(pszFilename, false /* fFatal */);
     664    int rc = SUPR3HardenedVerifyInit();
     665    if (RT_FAILURE(rc))
     666        rc = supR3HardenedVerifyFixedFile(pszFilename, false /* fFatal */);
    665667    if (RT_FAILURE(rc))
    666668    {
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