[PATCH] D58313: [hwasan,asan] Intercept vfork.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 15 16:33:50 PST 2019
eugenis created this revision.
eugenis added reviewers: vitalybuka, pcc.
Herald added subscribers: Sanitizers, jdoerfert, kristof.beyls, krytarowski, javed.absar, mgorny, kubamracek, srhines.
Herald added projects: Sanitizers, LLVM.
AArch64 only for now.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D58313
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_common_interceptors_vfork_aarch64.inc.S
compiler-rt/test/asan/TestCases/Linux/vfork.cc
compiler-rt/test/hwasan/TestCases/Linux/vfork.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58313.187109.patch
Type: text/x-patch
Size: 13460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190216/07568c2d/attachment.bin>
More information about the llvm-commits
mailing list