I am getting the exit code -1073741819 (Code 0xC0000374 = STATUS_HEAP_CORRUPTION (A heap has been corrupted.)) when trying to build my code change in my project (multiple interdependent modules) using VS2022.
With reference to the link #1 below, the author has highlighted a similar issue and pinpointed the location of the error in the code. I would like to know how to trace this error to the location in the code. Our code is not using raw pointers at all AFAIK, and so I would like to get to the code segment that results in heap corruption (it could well be system file related based on the link #2 reproduced below).
Any suggestions would be greatly appreciated.
TIA
Vinod
error-msb3073-the-command-lib-tests-exe-vcend-exited-with-code
ntdll-dll-application-error-(0xc0000374)