Re: Issue 280 in address-sanitizer: Assembly instrumentation: blacklist support

2014-03-28 Thread address-sanitizer
Updates: Status: Started Cc: euge...@google.com Comment #1 on issue 280 by ygorshe...@google.com: Assembly instrumentation: blacklist support http://code.google.com/p/address-sanitizer/issues/detail?id=280 (No comment was entered for this change.) -- You received this

Out-of-line memory checks

2014-03-28 Thread Yuri Gribov
All, I was wondering whether there are plans to add (optional) out-of-line instrumentation of memory accesses i.e. use function calls like __asan_read1 instead of explicit instruction sequence to access shadow memory? AFAIK KernelSanitizer is already using this approach. Memory savings would be