GLFW/OpenGL program presents different memory copy behaviors between MSVC and GCC
I have the follwoing issue with a program i’m writing to learn more about graphics programmming. However, I ran into an issue where disabling the MSVC ASan breaks my program, while the version compiled with MinGW works fine without ASan.