[PATCH] D45847: [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 11:25:04 PDT 2018


alekseyshl updated this revision to Diff 143352.
alekseyshl marked an inline comment as done.
alekseyshl added a comment.
Herald added a reviewer: javed.absar.

- Fix file comments and check more approriate condition for the PIE/ASLR warning.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D45847

Files:
  lib/hwasan/CMakeLists.txt
  lib/hwasan/hwasan.cc
  lib/hwasan/hwasan.h
  lib/hwasan/hwasan_allocator.cc
  lib/hwasan/hwasan_dynamic_shadow.cc
  lib/hwasan/hwasan_dynamic_shadow.h
  lib/hwasan/hwasan_interceptors.cc
  lib/hwasan/hwasan_interface_internal.h
  lib/hwasan/hwasan_linux.cc
  lib/hwasan/hwasan_mapping.h
  lib/hwasan/hwasan_poisoning.cc
  lib/hwasan/hwasan_report.cc
  lib/hwasan/hwasan_thread.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45847.143352.patch
Type: text/x-patch
Size: 24581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/333a7329/attachment.bin>


More information about the llvm-commits mailing list