<div dir="ltr">We can certainly add msvcr100 to that list, but I should caution you that nobody is testing ASan with VS 2010.<div><br></div><div>At some point I would like to rewrite ASan's heap interception to make it more robust, and it's unlikely that I will test with VC CRTs older than 2015 because they drastically changed the deployment model in that version.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 29, 2017 at 7:08 AM, comic fans via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've found that interception_win.cc line 835:<br>
<br>
"msvcr110.dll" //VS2012<br>
"msvcr120.dll" //VS2013<br>
<br>
interception is supported by commit 916b81 3 years ago ,<br>
currently I'm build project with msvc100 , application will crash in<br>
un-intercepted free. adding msvcr100.dll to this list makes sanitizer<br>
working correctly , I wonder if compiler rt can including this<br>
msvc100.dll support ?<br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</blockquote></div><br></div>