Skip to content

Commit f1fc8e7

Browse files
Merge pull request #5753 from davidmrdavid/dev/dajusto/document-asan-crtDumpMemoryLeaks-incompatibility
Document that `_CrtDumpMemoryLeaks` is incompatible with ASan
2 parents bd21ddd + a2c22de commit f1fc8e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/sanitizers/asan-known-issues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "AddressSanitizer known issues"
33
description: "Technical description of the AddressSanitizer for Microsoft C/C++ known issues."
4-
ms.date: 12/1/2023
4+
ms.date: 1/28/2025
55
helpviewer_keywords: ["AddressSanitizer known issues"]
66
---
77

@@ -24,6 +24,7 @@ These options and functionality are incompatible with [`/fsanitize=address`](../
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.
2626
- [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.
2728

2829
## Standard library support
2930

0 commit comments

Comments
 (0)