[PATCH] D58533: [hwasan, asan] Intercept vfork.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 22 15:47:41 PST 2019


eugenis updated this revision to Diff 188000.
eugenis edited the summary of this revision.
eugenis added a comment.
Herald added subscribers: cryptoad, srhines.

fixed a bug in x86_64 version
added i386 and arm


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58533

Files:
  compiler-rt/include/sanitizer/hwasan_interface.h
  compiler-rt/lib/asan/CMakeLists.txt
  compiler-rt/lib/asan/asan_interceptors.cc
  compiler-rt/lib/asan/asan_interceptors_vfork.S
  compiler-rt/lib/asan/asan_interface.inc
  compiler-rt/lib/asan/asan_interface_internal.h
  compiler-rt/lib/asan/asan_rtl.cc
  compiler-rt/lib/asan/asan_thread.h
  compiler-rt/lib/hwasan/CMakeLists.txt
  compiler-rt/lib/hwasan/hwasan.cc
  compiler-rt/lib/hwasan/hwasan_interceptors.cc
  compiler-rt/lib/hwasan/hwasan_interceptors_vfork.S
  compiler-rt/lib/hwasan/hwasan_interface_internal.h
  compiler-rt/lib/hwasan/hwasan_thread.h
  compiler-rt/lib/sanitizer_common/CMakeLists.txt
  compiler-rt/lib/sanitizer_common/sanitizer_asm.h
  compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_aarch64.inc.S
  compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_arm.inc.S
  compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_i386.inc.S
  compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_vfork_x86_64.inc.S
  compiler-rt/test/asan/CMakeLists.txt
  compiler-rt/test/asan/TestCases/Linux/vfork.cc
  compiler-rt/test/hwasan/TestCases/Linux/vfork.c
  compiler-rt/test/scudo/CMakeLists.txt
  llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58533.188000.patch
Type: text/x-patch
Size: 20321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190222/fd9251b6/attachment.bin>


More information about the llvm-commits mailing list