llvm-project/compiler-rt/lib
Florian Mayer 023f18bbaf [hwasan] do not check if freed pointer belonged to allocator.
In that case it is very likely that there will be a tag mismatch anyway.

We handle the case that the pointer belongs to neither of the allocators
by getting a nullptr from allocator.GetBlockBegin.

Reviewed By: hctim, eugenis

Differential Revision: https://reviews.llvm.org/D108383
2021-08-25 09:31:01 +01:00
..
BlocksRuntime
asan [compiler-rt] change internal internal libc invariants 2021-08-24 16:41:15 +00:00
builtins [builtins] Move Windows/ARM frontends for fix/float functions into the individual source files 2021-08-20 09:13:32 +03:00
cfi sanitizer_common: enable format string checking 2021-08-13 13:44:52 +02:00
crt [RISCV][crt] support building without init_array 2020-12-01 17:17:50 +03:00
dfsan [DFSan] Add wrapper for getentropy(). 2021-08-24 15:10:13 -07:00
fuzzer [fuzzer] Fix building on case sensitive mingw platforms 2021-08-06 08:53:13 +03:00
gwp_asan [sanitizer] Fix for CMAKE_CXX_FLAGS update 2021-08-19 12:05:55 -07:00
hwasan [hwasan] do not check if freed pointer belonged to allocator. 2021-08-25 09:31:01 +01:00
interception Revert "sanitizers: increase .clang-format columns to 100" 2021-07-28 09:40:21 +02:00
lsan [sanitizer] Add hexagon support to lsan 2021-08-17 19:59:24 -07:00
memprof [compiler-rt] change internal internal libc invariants 2021-08-24 16:41:15 +00:00
msan [msan] Unpoison trailing nullptr in wordexp interceptor 2021-08-24 17:19:11 -07:00
orc [orc] Fix unit tests that use ORC C API 2021-08-24 14:19:46 -07:00
profile [profile] Update counter offset to account for binary ids 2021-08-23 21:43:30 -07:00
safestack Revert "sanitizers: increase .clang-format columns to 100" 2021-07-28 09:40:21 +02:00
sanitizer_common [msan] Unpoison trailing nullptr in wordexp interceptor 2021-08-24 17:19:11 -07:00
scudo [scudo][standalone] Link tests against libatomic if libatomic exists 2021-08-22 13:47:04 -05:00
stats compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cpp 2019-08-01 12:41:23 +00:00
tsan [tsan] Fix sigaction interceptor after D107186 2021-08-24 10:19:02 -07:00
ubsan ubsan: fix few format string bugs 2021-08-13 13:45:23 +02:00
ubsan_minimal [compiler-rt] Suppress -Wunused-result due to ::write when _FORTIFY_SOURCE>0 in glibc 2020-10-12 09:57:12 -07:00
xray sanitizer_common: enable format string checking 2021-08-13 13:44:52 +02:00
CMakeLists.txt [ORC-RT] Re-apply "Initial ORC Runtime directories and build..." with fixes. 2021-04-24 16:00:20 -07:00