<p>Hi Sebastian,</p>
<p>ASan/Win has just started growing and only works on very small tests without DLLs.<br>
We'll be researching the intercepting mechanism soon and that's what the FIXME is about.<br>
Suggestions are welcome! :)</p>
<p>Thanks,<br>
Timur</p>
<div class="gmail_quote">07.02.2012 0:33 пользователь "Sebastian Redl" <<a href="mailto:sebastian.redl@getdesigned.at">sebastian.redl@getdesigned.at</a>> написал:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 06.02.2012, at 18:56, Kostya Serebryany wrote:<br>
<br>
> Author: kcc<br>
> Date: Mon Feb  6 11:56:38 2012<br>
> New Revision: 149875<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=149875&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=149875&view=rev</a><br>
> Log:<br>
> [asan] The first version of Windows malloc interceptors, patch by <a href="mailto:timurrrr@google.com">timurrrr@google.com</a><br>
><br>
> +// FIXME: Simply defining functions with the same signature in *.obj<br>
> +// files overrides the standard functions in *.lib<br>
> +// This works well for simple helloworld-like tests but might need to be<br>
> +// revisited in the future.<br>
<br>
Do you support mixing non-asan modules (DLLs) with asan modules? I can see trouble there, if a module allocates with native malloc and another frees with asan malloc, or vice versa.<br>
<br>
Sebastian<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div>