mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:47:21 +00:00
[AVRF] Hook up debug functions, add noisy stub for AVrfpGetStackTraceAddress
This commit is contained in:
parent
a7a504a466
commit
5821136dfa
5 changed files with 88 additions and 12 deletions
|
@ -202,6 +202,10 @@ RtlpDphReportCorruptedBlock(
|
|||
BOOLEAN NTAPI
|
||||
RtlpDphNormalHeapValidate(PDPH_HEAP_ROOT DphRoot, ULONG Flags, PVOID BaseAddress);
|
||||
|
||||
/* verifier.c */
|
||||
VOID NTAPI
|
||||
AVrfInternalHeapFreeNotification(PVOID AllocationBase, SIZE_T AllocationSize);
|
||||
|
||||
|
||||
VOID NTAPI
|
||||
RtlpDphRaiseException(NTSTATUS Status)
|
||||
|
@ -1712,8 +1716,7 @@ RtlpPageHeapDestroy(HANDLE HeapPtr)
|
|||
}
|
||||
}
|
||||
|
||||
/* FIXME: Call AV notification */
|
||||
//AVrfInternalHeapFreeNotification();
|
||||
AVrfInternalHeapFreeNotification(Node->pUserAllocation, Node->nUserRequestedSize);
|
||||
|
||||
/* Go to the next node */
|
||||
Ptr = RtlEnumerateGenericTableAvl(&DphRoot->BusyNodesTable, FALSE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue