search for: poisoningstresstest

Displaying 2 results from an estimated 2 matches for "poisoningstresstest".

2017 Nov 08
3
[RFC] ASan: patches to support 32-byte shadow granularity
...- 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 PoisoningStressTest compiler-rt/test/asan/TestCases/small_memcpy_test.cc compiler-rt/test/asan/TestCases/strtol_strict.c compiler-rt/test/asan/TestCases/strtoll_strict.c - Has hardwired memory map: compiler-rt/test/asan/TestCases/Linux/cuda_test.cc compiler-rt/test/asan/TestCases/Linux/kernel-ar...
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