VirtualBox

Changeset 93051 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Dec 21, 2021 4:21:59 PM (3 years ago)
Author:
vboxsync
Message:

Guest Control/Host Service: Fixed debug assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp

    r93048 r93051  
    21292129     */
    21302130    SELF *pThis = reinterpret_cast<SELF *>(pvService);
    2131     AssertReturnVoidStmt(pThis, pThis->mpHelpers->pfnCallComplete(hCall, VERR_INTERNAL_ERROR_5));
     2131    AssertPtrReturnVoid(pThis);
    21322132    ClientState *pClient = reinterpret_cast<ClientState *>(pvClient);
    21332133    AssertReturnVoidStmt(pClient, pThis->mpHelpers->pfnCallComplete(hCall, VERR_INVALID_CLIENT_ID));
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