mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
sys: iop: assertion check
This commit is contained in:
parent
5e17f319c9
commit
f46f567a56
@ -65,6 +65,7 @@ VOID FspIopCompleteRequestEx(PIRP Irp, NTSTATUS Result, BOOLEAN DeviceRelease)
|
|||||||
// !PAGED_CODE();
|
// !PAGED_CODE();
|
||||||
|
|
||||||
ASSERT(STATUS_PENDING != Result);
|
ASSERT(STATUS_PENDING != Result);
|
||||||
|
ASSERT(0 == Irp->Tail.Overlay.DriverContext[3]);
|
||||||
|
|
||||||
if (0 != Irp->Tail.Overlay.DriverContext[0])
|
if (0 != Irp->Tail.Overlay.DriverContext[0])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user