search for: 60a4c679

Displaying 2 results from an estimated 2 matches for "60a4c679".

2018 May 07
0
ASan port for Myriad RTEMS
...eems like a good idea to keep the same default behavior and feature > parity with x86 ASan when possible. > > Thanks, > > Walter > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180507/60a4c679/attachment.html>
2018 May 07
2
ASan port for Myriad RTEMS
On Mon, May 7, 2018 at 2:05 PM Kostya Serebryany <kcc at google.com> wrote: > > >> and GetFakeStackFast. > > > Not sure. Why don't just disable stack-use-after-return? > Yeah originally I was going to do that, but: 1. We had a stack use-after-return last month that people had to debug by hand. that would have been caught by ASan with stack-use-after-return. So