Posts by this author

Feb 21, 2025
Post comments count0
Post likes count4

MSVC Address Sanitizer updates in Visual Studio 2022 version 17.13

We have been investing in the quality of MSVC Address Sanitizer (ASan) in several key areas over the past year, including working with LLVM upstream to stay coordinated with their changes, adding coverage for internal tools and libraries, and hardening APIs and runtime modes.  Upstreaming to LLVM  MSVC ASan is derived from a fork of the LLVM repo...

AnnouncementC++
Apr 12, 2024
Post comments count2
Post likes count4

MSVC Address Sanitizer adoption in .NET’s CoreCLR

Collaboration to improve the reliability and security of .NET, from the perspective of an MSVC Address Sanitizer Developer Introduction .NET (on GitHub) is a cross-platform, open-source, and general-purpose development platform with widespread adoption. A core component of .NET is the Core Common Language Runtime (CoreCLR), which provides service...

C++Diagnostics