Skip to content

Commit 3e1df7d

Browse files
authored
Fix wrong link to RtlDestroyHeap in "AddressSanitizer runtime" topic
1 parent fd42c86 commit 3e1df7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sanitizers/asan-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ The AddressSanitizer runtime hotpatches many functions to enable memory safety c
218218
- [`realloc`](../c-runtime-library/reference/realloc.md)
219219
- [`RtlAllocateHeap`](/windows-hardware/drivers/ddi/ntifs/nf-ntifs-rtlallocateheap)
220220
- [`RtlCreateHeap`](/windows-hardware/drivers/ddi/ntifs/nf-ntifs-rtlcreateheap)
221-
- [`RtlDestroyHeap`](/windows-hardware/drivers/ddi/ntifs/nf-ntifs-rtlcreateheap)
221+
- [`RtlDestroyHeap`](/windows-hardware/drivers/ddi/ntifs/nf-ntifs-rtldestroyheap)
222222
- [`RtlFreeHeap`](/windows-hardware/drivers/ddi/ntifs/nf-ntifs-rtlfreeheap)
223223
- [`RtlRaiseException`](/windows/win32/api/rtlsupportapi/nf-rtlsupportapi-rtlraiseexception)
224224
- `RtlReAllocateHeap` (undocumented)

0 commit comments

Comments
 (0)