Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put evidence of MSVC ASAN utilization in telemetry stream #981

Open
MahmoudGSaleh opened this issue Jan 30, 2024 · 0 comments
Open

Put evidence of MSVC ASAN utilization in telemetry stream #981

MahmoudGSaleh opened this issue Jan 30, 2024 · 0 comments

Comments

@MahmoudGSaleh
Copy link
Member

All MSVC ASAN instrumented objs are built with /fsanitize=address.
Additionally, ASAN instrumented binaries are linked to one of these 4 binaries (for x86 or x64 and debug or retail):

  • clang_rt.asan_dbg_dynamic-x86_64.dll
  • clang_rt.asan_dynamic-x86_64.dll
  • clang_rt.asan_dbg_dynamic-i386.dll
  • clang_rt.asan_dynamic-i386.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant