VirtualBox

Changeset 97168 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Oct 17, 2022 3:16:15 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154141
Message:

Main: src-server: VirtualBoxImpl: prevent VBoxSVC deadlock, bugref:10306.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r96407 r97168  
    61736173        hrc = m->pSystemProperties->getDefaultCryptoExtPack(strExtPack);
    61746174        if (FAILED(hrc))
     6175        {
     6176            RTCritSectLeave(&m->CritSectModCrypto);
    61756177            return hrc;
     6178        }
    61766179        if (strExtPack.isEmpty())
     6180        {
     6181            RTCritSectLeave(&m->CritSectModCrypto);
    61776182            return setError(VBOX_E_OBJECT_NOT_FOUND,
    61786183                            tr("Ńo extension pack providing a cryptographic support module could be found"));
     6184        }
    61796185
    61806186        Utf8Str strCryptoLibrary;
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