VirtualBox

Changeset 89593 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jun 10, 2021 9:49:15 AM (4 years ago)
Author:
vboxsync
Message:

IPRT/RTReqCancel: Assertion correction (copy & paste from submit). bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/req.cpp

    r88813 r89593  
    335335    AssertPtrReturn(pReq, VERR_INVALID_HANDLE);
    336336    AssertReturn(pReq->u32Magic == RTREQ_MAGIC, VERR_INVALID_HANDLE);
    337     //AssertMsgReturn(pReq->enmState == RTREQSTATE_ALLOCATED, ("%d\n", pReq->enmState), VERR_RT_REQUEST_STATE);
    338     AssertMsgReturn(pReq->uOwner.hQueue && !pReq->pNext && pReq->EventSem != NIL_RTSEMEVENT,
     337    AssertMsgReturn(pReq->uOwner.hQueue && pReq->EventSem != NIL_RTSEMEVENT,
    339338                    ("Invalid request package! Anyone cooking their own packages???\n"),
    340339                    VERR_RT_REQUEST_INVALID_PACKAGE);
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