Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas.
Sponsored by <The NetBSD Foundation>
|  Differential  D36488  
Add NetBSD support in asan_linux.cc ClosedPublic Authored by krytarowski on Aug 8 2017, 2:32 PM. 
Details Summary Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas. Sponsored by <The NetBSD Foundation> 
Diff Detail 
 Event Timelinevitalybuka added inline comments. 
 This revision is now accepted and ready to land.Aug 10 2017, 11:39 AM 
 
Revision Contents 
Diff 110278 lib/asan/asan_linux.cc
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
if (!(*p)) { *p = (char *)-1; return 0; }