<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 24, 2014 at 5:23 AM, Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@britannica.bec.de" target="_blank">joerg@britannica.bec.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Oct 23, 2014 at 01:35:37PM -0700, Alexey Samsonov wrote:<br>
> On Thu, Oct 23, 2014 at 12:04 PM, Joerg Sonnenberger <<br>
> <a href="mailto:joerg@britannica.bec.de">joerg@britannica.bec.de</a>> wrote:<br>
><br>
> > On Thu, Oct 23, 2014 at 12:46:10AM -0000, Alexey Samsonov wrote:<br>
> > > "-nodefaultlibs" is told to link only the libraries explicitly provided<br>
> > > by the user, and providing "-fsanitize=address" is a clear indication of<br>
> > > intention to link with ASan runtime.<br>
> ><br>
> > Is it? I would expect such use for free-standing for example and I can<br>
> > think of use cases for ASAN that do not involve the normal userland<br>
> > libraries. As such, I believe this needs more thought...<br>
> ><br>
><br>
> Please elaborate what example / use case you have in mind.<br>
<br>
</span>Consider that you want to debug a boot loader in userland. You provide a<br>
small glue library that emulates the normal hardware access via direct<br>
system calls. You don't use libc at all. You still have to provide your<br>
own ASAN implementation of course, but now keeping -fsanitize=address on<br>
the command line breaks things badly.<br></blockquote><div><br></div><div>In this case you should compile your code with -fsanitize=address (so that it's instrumented,</div><div>and has callbacks into ASan runtime), and link it with your custom ASan implementation instead</div><div>of relying on the driver behavior for -fsanitize=address linking. That is, you may have to split compilation</div><div>and linking in two separate steps, but that doesn't seem terrible.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
Joerg<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Alexey Samsonov<br><a href="mailto:vonosmas@gmail.com" target="_blank">vonosmas@gmail.com</a></div>
</div></div>