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?
Sign in to answer