llvm-project/compiler-rt/lib/interception
David Major c4624d9e3f [winasan] Reduce hotpatch prefix check to 8 bytes
Same idea as r310419: The 8 byte nop is a suffix of the 9 byte nop, and we need at most 6 bytes.

Differential Revision: https://reviews.llvm.org/D51788

llvm-svn: 342649
2018-09-20 14:28:50 +00:00
..
tests [cmake] [interception] Remove duplicate gtest from test COMPILE_DEPS 2017-10-12 18:51:41 +00:00
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [CMake] Add compiler-rt header files to the list of sources for targets 2018-07-10 13:00:17 +00:00
interception.h Introduce new type for inteceptors UINTMAX_T 2018-08-29 09:11:17 +00:00
interception_linux.cc OpenBSD Ubsan support / interception 2018-03-02 07:32:30 +00:00
interception_linux.h OpenBSD Ubsan support / interception 2018-03-02 07:32:30 +00:00
interception_mac.cc [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00
interception_mac.h [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00
interception_type_test.cc [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00
interception_win.cc [winasan] Reduce hotpatch prefix check to 8 bytes 2018-09-20 14:28:50 +00:00
interception_win.h [Sanitizers] Use SANITIZER_* macros in lib/interception 2017-12-06 17:02:00 +00:00