Posts by this author

Apr 12, 2024
2
4

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