Skip to content

Commit 23e8654

Browse files
Merge pull request #10967 from Rageking8/fix-link-text-in-debugging-native-code-faqs
Fix link text in "Debugging Native Code FAQs"
2 parents d367e88 + 7fe9d0c commit 23e8654

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)