VirtualBox

Changeset 29805 in vbox for trunk/src


Ignore:
Timestamp:
May 26, 2010 10:09:55 AM (15 years ago)
Author:
vboxsync
Message:

Webservice: fix unlikely potential race in IWebsessionManager::GetSessionObject()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r28800 r29805  
    16181618
    16191619    do {
     1620        // findSessionFromRef needs read lock
     1621        util::AutoReadLock lock(g_pSessionsLockHandle COMMA_LOCKVAL_SRC_POS);
     1622
    16201623        WebServiceSession* pSession;
    16211624        if ((pSession = WebServiceSession::findSessionFromRef(req->refIVirtualBox)))
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