mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
hm
This commit is contained in:
parent
30ab652a56
commit
37f176e83e
2 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,6 @@ IrpQueueQueryPendingPackets(_In_ PIRP Irp)
|
||||||
}
|
}
|
||||||
|
|
||||||
queue->deferred_reports.count--;
|
queue->deferred_reports.count--;
|
||||||
goto end;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
end:
|
end:
|
||||||
|
@ -335,6 +334,7 @@ IrpQueueCompletePacket(_In_ PVOID Buffer, _In_ ULONG BufferSize)
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
STATIC
|
||||||
VOID
|
VOID
|
||||||
IrpQueueFreeDeferredPackets()
|
IrpQueueFreeDeferredPackets()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1390,6 +1390,7 @@ ValidateThreadsViaKernelApc()
|
||||||
SetApcAllocationInProgress(context);
|
SetApcAllocationInProgress(context);
|
||||||
EnumerateThreadListWithCallbackRoutine(ValidateThreadViaKernelApcCallback,
|
EnumerateThreadListWithCallbackRoutine(ValidateThreadViaKernelApcCallback,
|
||||||
context);
|
context);
|
||||||
|
__debugbreak();
|
||||||
UnsetApcAllocationInProgress(context);
|
UnsetApcAllocationInProgress(context);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue