You are kidding :) <div>Let's not put the definition of ucontext into asan-rt. Can't we really get it from somewhere in the system? </div><div>If no, we can simply have </div><div># if defined(__arm__) </div><div>  *pc = *sp = *bp = 0;</div>
<div>These used to be required when asan worked through SIGILL. Not any more by default. </div><div>I am actually considering to remove SIGILL-related code altogether (not 100% sure yet).</div><div><br></div><div>--kcc </div>
<div><br></div><div><br><div><br><br><div class="gmail_quote">On Wed, Dec 21, 2011 at 4:08 AM, Evgeniy Stepanov <span dir="ltr"><<a href="mailto:eugeni.stepanov@gmail.com">eugeni.stepanov@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
libc headers on Android miss ucontext_t and friends. This patch adds<br>
some compatible definitions.<br>
</blockquote></div><br></div></div>