================ Comment at: lib/sanitizer_common/sanitizer_posix.cc:65 @@ +64,3 @@ + uptr res = (1ULL << 32) - 1; // 0xffffffff; + res -= GetKernelStartAddress(); + return res; ---------------- May make sense to do a sanitity CHECK_LT((uptr)&res, res). http://llvm-reviews.chandlerc.com/D3119