VirtualBox

Changeset 93172 in vbox


Ignore:
Timestamp:
Jan 11, 2022 1:00:27 AM (3 years ago)
Author:
vboxsync
Message:

SUP: Should pass fRtInit to pfnRTInitEx. duh. bugref:10138

File:
1 edited

Legend:

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

    r93115 r93172  
    23682368
    23692369    /* Now do the IPRT init. */
    2370     rc = pfnRTInitEx(RTR3INIT_VER_CUR, fFlags & SUPSECMAIN_FLAGS_DONT_OPEN_DEV ? 0 : RTR3INIT_FLAGS_SUPLIB,
    2371                      0 /*cArgs*/, NULL /*papszArgs*/, pszExePath);
     2370    rc = pfnRTInitEx(RTR3INIT_VER_CUR, fRtInit, 0 /*cArgs*/, NULL /*papszArgs*/, pszExePath);
    23722371    if (RT_FAILURE(rc))
    23732372        supR3HardenedFatalMsg("supR3HardenedMainInitRuntime", kSupInitOp_IPRT, rc,
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