[PATCH] D69199: [hwasan] Remove system allocator fallback.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 14:50:43 PDT 2019


eugenis created this revision.
eugenis added reviewers: pcc, mmalcomson.
Herald added subscribers: Sanitizers, srhines.
Herald added projects: Sanitizers, LLVM.

This has been an experiment with late malloc interposition, made
possible by a non-standard feature of the Android dynamic loader.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69199

Files:
  compiler-rt/lib/hwasan/hwasan_allocator.cpp
  compiler-rt/lib/hwasan/hwasan_allocator.h
  compiler-rt/lib/hwasan/hwasan_interceptors.cpp
  compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69199.225698.patch
Type: text/x-patch
Size: 4850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191018/872ca4c3/attachment.bin>


More information about the llvm-commits mailing list