[PATCH] D51451: [sanitizer] Revert D50940

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 12:34:54 PDT 2018


cryptoad created this revision.
cryptoad added a reviewer: eugenis.
Herald added subscribers: Sanitizers, delcypher, kubamracek.

The previous version of the patch makes some code unable to distinguish
failure to map address 0 and error.
Revert to turn the bots back to green while figuring out a new approach.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D51451

Files:
  lib/asan/asan_linux.cc
  lib/asan/asan_premap_shadow.cc
  lib/hwasan/hwasan_dynamic_shadow.cc
  lib/sanitizer_common/sanitizer_allocator_primary64.h
  lib/sanitizer_common/sanitizer_mac_libcdep.cc
  lib/sanitizer_common/sanitizer_posix_libcdep.cc
  lib/scudo/scudo_allocator_secondary.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51451.163160.patch
Type: text/x-patch
Size: 4208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180829/64d36e32/attachment.bin>


More information about the llvm-commits mailing list