VirtualBox

Changeset 51115 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Apr 22, 2014 10:05:08 AM (11 years ago)
Author:
vboxsync
Message:

VBoxGuest-darwin.cpp: hash table lookup fix from host driver. (harmless)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-darwin.cpp

    r50722 r51115  
    454454    RTSpinlockAcquire(g_Spinlock);
    455455    pSession = g_apSessionHashTab[iHash];
    456     while (pSession && pSession->Process != Process /*later: && pSession->fUnrestricted == fUnrestricted*/ && pSession->fOpened)
     456    while (pSession && pSession->Process != Process && (/*later: pSession->fUnrestricted != fUnrestricted ||*/  !pSession->fOpened))
    457457        pSession = pSession->pNextHash;
    458458    RTSpinlockReleaseNoInts(g_Spinlock);
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