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