[PATCH] D58533: [hwasan, asan] Intercept vfork.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 27 13:11:09 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT355030: [hwasan, asan] Intercept vfork. (authored by eugenis, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58533?vs=188260&id=188608#toc
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58533/new/
https://reviews.llvm.org/D58533
Files:
include/sanitizer/hwasan_interface.h
lib/asan/CMakeLists.txt
lib/asan/asan_interceptors.cc
lib/asan/asan_interceptors_vfork.S
lib/asan/asan_interface.inc
lib/asan/asan_interface_internal.h
lib/asan/asan_rtl.cc
lib/asan/asan_thread.h
lib/hwasan/CMakeLists.txt
lib/hwasan/hwasan.cpp
lib/hwasan/hwasan_interceptors.cpp
lib/hwasan/hwasan_interceptors_vfork.S
lib/hwasan/hwasan_interface_internal.h
lib/hwasan/hwasan_thread.h
lib/interception/interception.h
lib/sanitizer_common/CMakeLists.txt
lib/sanitizer_common/sanitizer_asm.h
lib/sanitizer_common/sanitizer_common_interceptors_vfork_aarch64.inc.S
lib/sanitizer_common/sanitizer_common_interceptors_vfork_arm.inc.S
lib/sanitizer_common/sanitizer_common_interceptors_vfork_i386.inc.S
lib/sanitizer_common/sanitizer_common_interceptors_vfork_x86_64.inc.S
test/asan/TestCases/Linux/vfork.cc
test/hwasan/TestCases/Linux/vfork.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58533.188608.patch
Type: text/x-patch
Size: 19652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190227/08ee78e9/attachment.bin>
More information about the llvm-commits
mailing list