Unverified Commit 8fa66c6c authored by Charlie Barto's avatar Charlie Barto Committed by GitHub
Browse files

[asan][windows] Eliminate the static asan runtime on windows (#93770)

Re-Apply: 246234ac


Originally #81677

The static asan runtime on windows had various buggy hacks to ensure loaded dlls got the executable's copy of asan, these never worked all that well, so we have eliminated the static runtime altogether and made the dynamic runtime work for applications linking any flavor of the CRT.

Among other things this allows non-asan-instrumented applications to load asan-instrumented dlls that link against the static CRT.

Co-authored-by: default avatarAmy Wishnousky <amyw@microsoft.com>
parent 747d670b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment