Skip to content

Commit 7fe9d0c

Browse files
authored
Fix link text in "Debugging Native Code FAQs"
1 parent d367e88 commit 7fe9d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/debugging-native-code-faqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sections:
3939
- question: |
4040
How can I find out if my pointers corrupt a memory address?
4141
answer: |
42-
Check for heap corruption. Most memory corruption is due to heap corruption. Try using the Global Flags Utility (gflags.exe) or pageheap.exe. See [/windows-hardware/drivers/debugger/gflags-and-pageheap](/windows-hardware/drivers/debugger/gflags-and-pageheap).
42+
Check for heap corruption. Most memory corruption is due to heap corruption. Try using the Global Flags Utility (gflags.exe) or pageheap.exe. See [GFlags and PageHeap](/windows-hardware/drivers/debugger/gflags-and-pageheap).
4343
4444
To find where the memory address is modified:
4545

0 commit comments

Comments
 (0)