..
scripts
[HWASan] rename left/right to before/after.
2022-09-06 13:52:28 -07:00
.clang-format
Revert "sanitizers: increase .clang-format columns to 100"
2021-07-28 09:40:21 +02:00
CMakeLists.txt
Revert "[CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABI"
2022-10-03 14:56:07 +02:00
hwasan.cpp
[RISC-V][HWASAN] Save sp address at the start of tag mismatch routine
2022-08-28 21:12:37 +03:00
hwasan.h
[RISC-V][HWASAN] Save sp address at the start of tag mismatch routine
2022-08-28 21:12:37 +03:00
hwasan.syms.extra
…
hwasan_allocation_functions.cpp
[sanitizer] Switch dlsym hack to internal_allocator
2021-11-12 16:11:10 -08:00
hwasan_allocator.cpp
[NFC][sanitizer] Consolidate malloc hook invocations
2022-04-12 20:08:29 -07:00
hwasan_allocator.h
[RISC-V][HWASAN] Add runtime support for HWASAN for RISC-V
2022-08-28 20:43:31 +03:00
hwasan_checks.h
[RISC-V][HWASAN] Add runtime support for HWASAN for RISC-V
2022-08-28 20:43:31 +03:00
hwasan_dynamic_shadow.cpp
[compiler-rt][hwasan][Fuchsia] Do not emit FindDynamicShadowStart for Fuchsia
2021-07-27 15:47:11 -07:00
hwasan_dynamic_shadow.h
…
hwasan_exceptions.cpp
[RISC-V][HWASAN] Add runtime support for HWASAN for RISC-V
2022-08-28 20:43:31 +03:00
hwasan_flags.h
[HWASan] Use page aliasing on x86_64.
2021-03-25 07:04:14 -07:00
hwasan_flags.inc
[HWASan] rename left/right to before/after.
2022-09-06 13:52:28 -07:00
hwasan_fuchsia.cpp
[hwasan][fuchsia] Fix features bitmask checking
2022-07-07 14:43:00 -07:00
hwasan_globals.cpp
…
hwasan_globals.h
…
hwasan_ignorelist.txt
[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=
2021-05-04 10:24:00 -04:00
hwasan_interceptors.cpp
[RISC-V][HWASAN] Add runtime support for HWASAN for RISC-V
2022-08-28 20:43:31 +03:00
hwasan_interceptors_vfork.S
[compiler-rt][aarch64] Add PAC-RET/BTI property to hwasan_interceptors_vfork.S
2021-04-12 17:17:33 -07:00
hwasan_interface_internal.h
[hwasan] Add __hwasan_add_frame_record to the hwasan interface
2022-07-13 15:15:15 -07:00
hwasan_linux.cpp
[RISC-V][HWASAN] Add runtime support for HWASAN for RISC-V
2022-08-28 20:43:31 +03:00
hwasan_malloc_bisect.h
…
hwasan_mapping.h
[compiler-rt][hwasan] Refactor kAliasRegionStart usage
2021-07-12 16:33:05 -07:00
hwasan_memintrinsics.cpp
[HWASan] Leave pointer tagged when calling memmove.
2022-01-28 06:15:38 -08:00
hwasan_new_delete.cpp
[HWASan] Use hwasan_memalign for aligned new.
2022-02-23 14:22:03 -08:00
hwasan_poisoning.cpp
[NFC][compiler-rt][hwasan] Move TagMemoryAligned into hwasan_linux.cpp
2021-07-09 11:02:44 -07:00
hwasan_poisoning.h
…
hwasan_preinit.cpp
[HWASan] Add __hwasan_init to .preinit_array.
2022-02-03 13:07:58 -08:00
hwasan_report.cpp
[HWASan] Show memory rather than tag addresses in tag dump
2022-09-06 16:54:34 -07:00
hwasan_report.h
…
hwasan_setjmp_aarch64.S
[HWASan] Use a single .weak binding in asm.
2021-09-22 09:35:09 -07:00
hwasan_setjmp_riscv64.S
[RISC-V][HWASAN] Add tag mismatch routines for HWASAN required for RISC-V
2022-08-28 19:42:08 +03:00
hwasan_setjmp_x86_64.S
Reland [sanitizer] Support Intel CET
2021-10-08 10:22:39 -07:00
hwasan_tag_mismatch_aarch64.S
[compiler-rt][aarch64] Add PAC-RET/BTI support to HWASAN.
2021-04-12 17:02:45 +02:00
hwasan_tag_mismatch_riscv64.S
[RISC-V][HWASAN] Add tag mismatch routines for HWASAN required for RISC-V
2022-08-28 19:42:08 +03:00
hwasan_thread.cpp
[HWASan] Ensure RNG is initialized in GenerateRandomTag
2021-11-09 07:01:55 -08:00
hwasan_thread.h
[HWASan] Ensure RNG is initialized in GenerateRandomTag
2021-11-09 07:01:55 -08:00
hwasan_thread_list.cpp
[NFC] test commit, fix namespace ending comment.
2021-06-17 11:18:36 +01:00
hwasan_thread_list.h
[NFC][compiler-rt][hwasan] Re-use ring buffer size calculation
2021-06-29 11:57:33 -07:00
hwasan_type_test.cpp
[HWASan] Intercept setjmp/longjmp on x86_64.
2021-09-17 07:10:57 -07:00