Version 17.12.5 continues to exhibit the same issues. The last available stable version is 17.11.6. Additionally, any program compiled with Address Sanitizer enabled following version 17.12.0 experiences a significant decrease in performance.
After VS2022 version 17.12.0 update Address Sanitizer no longer works for my C++ project
Andrei Hanganu
0
Reputation points
I've just updated visual studio to the version in the topic and the project which worked ok 5 minutes ago with Asan on (/fsanitize=address) now throws this error when starting the debugger:
The procedure entry point __sanitizer_ignore_free_hook____dll could not be located in the dynamic link library [...my exe...]
What's up with this?