Skip to content

Commit 1b8eb33

Browse files
error-alloc-dealloc-mismatch is unsupported for MFC
1 parent adb9c7f commit 1b8eb33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/sanitizers/asan-known-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ These options and functionality are incompatible with [`/fsanitize=address`](../
2323
- [C++ AMP](../parallel/amp/cpp-amp-overview.md) is unsupported, and should be disabled.
2424
- [Universal Windows Platform](../cppcx/universal-windows-apps-cpp.md) (UWP) applications are unsupported.
2525
- [Special case list](https://clang.llvm.org/docs/SanitizerSpecialCaseList.html) files are unsupported.
26+
- [MFC](../mfc) using the optional [`alloc_dealloc_mismatch`](error-alloc-dealloc-mismatch) runtime option is unsupported.
2627

2728
## Standard library support
2829

0 commit comments

Comments
 (0)