After VS2022 version 17.12.0 update Address Sanitizer no longer works for my C++ project

Andrei Hanganu 0 Reputation points
2024-11-13T12:56:41.03+00:00

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?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,232 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,776 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.