Skip to content

Commit b9e9403

Browse files
authored
Merge pull request #4412 from ktarbet/patch-1
fix a broken link
2 parents 1ccd890 + 474bcda commit b9e9403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/how-can-i-find-out-if-my-pointers-corrupt-a-memory-address-q.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ms.workload:
3030

3131
#### Check for heap corruption
3232

33-
- Most memory corruption is actually due to heap corruption. Try using the Global Flags Utility (gflags.exe) or pageheap.exe. See [http://support.microsoft.com/default.aspx?scid=kb;en-us;286470](http://support.microsoft.com/default.aspx?scid=kb;en-us;286470).
33+
- Most memory corruption is actually due to heap corruption. Try using the Global Flags Utility (gflags.exe) or pageheap.exe. See [https://docs.microsoft.com/windows-hardware/drivers/debugger/gflags-and-pageheap](/windows-hardware/drivers/debugger/gflags-and-pageheap).
3434

3535
#### To find where the memory address is modified
3636

@@ -40,4 +40,4 @@ ms.workload:
4040

4141
## See also
4242
- [Debugging Native Code FAQs](../debugger/debugging-native-code-faqs.md)
43-
- [Debugging Native Code](../debugger/debugging-native-code.md)
43+
- [Debugging Native Code](../debugger/debugging-native-code.md)

0 commit comments

Comments
 (0)