This code: https://github.com/gcc-mirror/gcc/blob/141eb62b/libsanitizer/asan/asan_interceptors.cc#L721-L722
Depends on VIsual C++ specific library called msvcrt40.dll, which is not available in MinGW or MinGW-w64. I know it doesn't tested yet to work with these compilers, but I'm not sure under which license msvcrt40.dll is distributed, where I should get it and will it be legal to download it from Internet and distribute with my programs. If it means that no one will be able to compile asan for windows without Visual C++ runtime library, I'll find it funny because we're talking about GCC :) Maybe it should be enclosed in MSVC specific ifdef's or something? -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
