[PATCH] D65768: hwasan: Untag global variable addresses in tests.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 14:29:46 PDT 2019


pcc updated this revision to Diff 213465.
pcc added a comment.

- Introduce wrappers


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65768/new/

https://reviews.llvm.org/D65768

Files:
  compiler-rt/test/hwasan/TestCases/Linux/aligned_alloc-alignment.cpp
  compiler-rt/test/hwasan/TestCases/Linux/decorate-proc-maps.c
  compiler-rt/test/hwasan/TestCases/Linux/pvalloc-overflow.cpp
  compiler-rt/test/hwasan/TestCases/Linux/release-shadow.c
  compiler-rt/test/hwasan/TestCases/Posix/posix_memalign-alignment.cpp
  compiler-rt/test/hwasan/TestCases/allocator_returns_null.cpp
  compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c
  compiler-rt/test/hwasan/TestCases/malloc_fill.cpp
  compiler-rt/test/hwasan/TestCases/many-threads-uaf.c
  compiler-rt/test/hwasan/TestCases/mem-intrinsics.c
  compiler-rt/test/hwasan/TestCases/sizes.cpp
  compiler-rt/test/hwasan/TestCases/tail-magic.c
  compiler-rt/test/hwasan/TestCases/use-after-free.c
  compiler-rt/test/hwasan/TestCases/utils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65768.213465.patch
Type: text/x-patch
Size: 15488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190805/1c8e2ab6/attachment.bin>


More information about the llvm-commits mailing list