Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[win][ASAN] Fix ASAN build on Windows
On Windows, even `__declspec(no_sanitize_address)` does not prevent the `heap-use-after-free` errors when using the `/fsanitize=address` compiler flag, so don't even try. Fixes root-project#9445
- Loading branch information