VirtualBox

Ignore:
Timestamp:
Nov 11, 2024 3:26:11 PM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165856
Message:

VMM,SUPDrv: scm/whitespace fixes. jiraref:VBP-1449

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r106925 r106930  
    11951195                            if (RT_SUCCESS(rc))
    11961196                            {
    1197 #ifdef VBOXDRV_WITH_SID_TO_UID_MAPPING
     1197# ifdef VBOXDRV_WITH_SID_TO_UID_MAPPING
    11981198                                rc = supdrvNtUserIdMakeForSession(pSession);
    11991199                                if (RT_SUCCESS(rc))
    1200 #endif
     1200# endif
    12011201                                    rc = supdrvSessionHashTabInsert(pDevExt, pSession, (PSUPDRVSESSION *)&pFileObj->FsContext, NULL);
    12021202                                supdrvSessionRelease(pSession);
     
    12441244                if (RT_SUCCESS(rc))
    12451245                {
    1246 #ifdef VBOXDRV_WITH_SID_TO_UID_MAPPING
     1246# ifdef VBOXDRV_WITH_SID_TO_UID_MAPPING
    12471247                    rc = supdrvNtUserIdMakeForSession(pSession);
    12481248                    if (RT_SUCCESS(rc))
    1249 #endif
     1249# endif
    12501250                        rc = supdrvSessionHashTabInsert(pDevExt, pSession, (PSUPDRVSESSION *)&pFileObj->FsContext, NULL);
    12511251                    supdrvSessionRelease(pSession);
     
    22062206
    22072207# ifdef VBOX_WITH_MINIMAL_HARDENING
    2208 /** 
    2209  * Performs pre-opening of .r0 image checks. 
    2210  * 
    2211  * When minimal hardening is enabled, we require the images loaded to be signed 
    2212  * by the build certificate, thus liminiting what we load to things we have 
     2208/**
     2209 * Performs pre-opening of .r0 image checks.
     2210 *
     2211 * When minimal hardening is enabled, we require the images loaded to be signed
     2212 * by the build certificate, thus liminiting what we load to things we have
    22132213 * built ourselves.
    22142214 */
    22152215static int supdrvOSLdrCheckBeforeOpen(PUNICODE_STRING pUniStrPath, HANDLE *phImage)
    22162216{
    2217     /* 
     2217    /*
    22182218     * Open the image file, denying write accesses.
    22192219     */
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