File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " AddressSanitizer known issues"
3
3
description : " Technical description of the AddressSanitizer for Microsoft C/C++ known issues."
4
- ms.date : 12/1/2023
4
+ ms.date : 1/28/2025
5
5
helpviewer_keywords : ["AddressSanitizer known issues"]
6
6
---
7
7
@@ -24,6 +24,7 @@ These options and functionality are incompatible with [`/fsanitize=address`](../
24
24
- [ Universal Windows Platform] ( ../cppcx/universal-windows-apps-cpp.md ) (UWP) applications are unsupported.
25
25
- [ Special case list] ( https://clang.llvm.org/docs/SanitizerSpecialCaseList.html ) files are unsupported.
26
26
- [ MFC] ( ../mfc/mfc-concepts.md ) using the optional [ ` alloc_dealloc_mismatch ` ] ( error-alloc-dealloc-mismatch.md ) runtime option is unsupported.
27
+ - [ ` _CrtDumpMemoryLeaks ` ] ( ../c-runtime-library/reference/crtdumpmemoryleaks.md ) is unsupported, and should be disabled.
27
28
28
29
## Standard library support
29
30
You can’t perform that action at this time.
0 commit comments