Skip to content

Commit 79f9438

Browse files
authored
Merge pull request #5657 from MicrosoftDocs/main
9/09/2024 AM Publish
2 parents 0b2e411 + 98df339 commit 79f9438

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sanitizers/asan.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "AddressSanitizer"
33
description: "Top-level description of the AddressSanitizer feature for Microsoft C/C++."
4-
ms.date: 06/13/2023
4+
ms.date: 09/06/2024
55
f1_keywords: ["AddressSanitizer"]
66
helpviewer_keywords: ["ASan", "AddressSanitizer", "Address Sanitizer", "compiling for AddressSanitizer"]
77
---
@@ -77,10 +77,10 @@ Microsoft recommends you use AddressSanitizer in these three standard workflows:
7777
- [Azure OneFuzz](https://www.microsoft.com/security/blog/2020/09/15/microsoft-onefuzz-framework-open-source-developer-tool-fix-bugs/)
7878
- Local Machine
7979

80-
This article covers the information you require to enable the three workflows listed previously. The information is specific to the **platform-dependent** Windows 10 implementation of AddressSanitizer. This documentation supplements the excellent documentation from [Google, Apple, and GCC](#external-docs) already published.
80+
This article covers the information you require to enable the three workflows listed previously. The information is specific to the **platform-dependent** Windows 10 (and later) implementation of AddressSanitizer. This documentation supplements the excellent documentation from [Google, Apple, and GCC](#external-docs) already published.
8181

8282
> [!NOTE]
83-
> Current support is limited to x86 and x64 on Windows 10. [Send us feedback](https://aka.ms/vsfeedback/browsecpp) on what you'd like to see in future releases. Your feedback helps us prioritize other sanitizers for the future, such as **`/fsanitize=thread`**, **`/fsanitize=leak`**, **`/fsanitize=memory`**, **`/fsanitize=undefined`**, or **`/fsanitize=hwaddress`**. You can [report bugs here](https://aka.ms/feedback/report?space=62) if you run into issues.
83+
> Support is limited to x86 and x64 on Windows 10 and later. [Send us feedback](https://aka.ms/vsfeedback/browsecpp) on what you'd like to see in future releases. Your feedback helps us prioritize other sanitizers for the future, such as **`/fsanitize=thread`**, **`/fsanitize=leak`**, **`/fsanitize=memory`**, **`/fsanitize=undefined`**, or **`/fsanitize=hwaddress`**. You can [report bugs here](https://aka.ms/feedback/report?space=62) if you run into issues.
8484
8585
## <a name="command-prompt"></a> Use AddressSanitizer from a developer command prompt
8686

@@ -286,7 +286,7 @@ Extensive documentation already exists for these language and platform-dependent
286286
- [Apple](https://developer.apple.com/documentation/xcode/diagnosing_memory_thread_and_crash_issues_early)
287287
- [GCC](https://gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html)
288288

289-
This seminal paper on the [AddressSanitizer](https://www.usenix.org/system/files/conference/atc12/atc12-final39.pdf) describes the implementation.
289+
This seminal paper on the [AddressSanitizer (external)](https://www.usenix.org/system/files/conference/atc12/atc12-final39.pdf) describes the implementation.
290290

291291
## See also
292292

0 commit comments

Comments
 (0)