[PATCH] D56996: [ASan] Add tests for Darwin in-process and out-of-process malloc zone enumeration.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 20 17:59:44 PST 2019


delcypher created this revision.
delcypher added reviewers: kcc, vitalybuka, dvyukov, cryptoad, eugenis, george.karpenkov, yln, kubamracek.
Herald added a reviewer: jfb.
Herald added a subscriber: Sanitizers.

The out-of-process test is significantly more complicated than the
in-process test because it has to co-ordinate multiple processes and
approximate the behaviour of the Symbolication framework on macOS.

rdar://problem/45284065


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D56996

Files:
  test/asan/TestCases/Darwin/zone_enumeration/in_process/simple_enumeration.cc
  test/asan/TestCases/Darwin/zone_enumeration/out_of_process/analysis_prog.cc
  test/asan/TestCases/Darwin/zone_enumeration/out_of_process/analyzer_entitlements.plist
  test/asan/TestCases/Darwin/zone_enumeration/out_of_process/asan_prog.cc
  test/asan/TestCases/Darwin/zone_enumeration/out_of_process/asan_prog_entitlements.plist
  test/asan/TestCases/Darwin/zone_enumeration/out_of_process/enumerate_full_dylib.test
  test/asan/TestCases/Darwin/zone_enumeration/out_of_process/lit.local.cfg
  test/asan/TestCases/Darwin/zone_enumeration/out_of_process/protocol.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56996.182738.patch
Type: text/x-patch
Size: 42915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190121/7f7c5682/attachment.bin>


More information about the llvm-commits mailing list