Displaying 2 results from an estimated 2 matches for "asan_prelink_test".
2017 Nov 08
3
[RFC] ASan: patches to support 32-byte shadow granularity
...Sanitizer/stack_layout.ll
- Asm instrumentation not supported:
Instrumentation/AddressSanitizer/X86/*
compiler-rt/lib/asan/tests/asan_asm_test.cc
compiler-rt/test/asan/TestCases/Linux/asan-asm-stacktrace-test.cc
- Prelinking not supported:
compiler-rt/test/asan/TestCases/Linux/asan_prelink_test.cc
- Intra-object padding not supported:
compiler-rt/test/asan/TestCases/intra-object-overflow.cc
- Calls __asan_poison_memory_region in middle of shadow byte:
compiler-rt/lib/asan/tests/asan_interface_test.cc
SimplePoisonMemoryRegionTest
OverlappingPoisonMemoryRegionTest...
2017 Oct 31
1
[RFC] ASan: patches to support 32-byte shadow granularity
+ more asan folks, please CC them to the code reviews.
Also please make sure llvm-commits is CC-ed (cfe-commits for clang changes)
On Tue, Oct 31, 2017 at 2:29 PM, Walter Lee <waltl at google.com> wrote:
> I've prepared a preliminary set of patches that makes ASan work with
> 32-byte shadow granularity, and I would like to get some feedback on
> those patches as well as my