search for: d39475

Displaying 3 results from an estimated 3 matches for "d39475".

Did you mean: 139475
2017 Nov 08
3
[RFC] ASan: patches to support 32-byte shadow granularity
...://reviews.llvm.org/D39472 [sanitizers] Increase alignment of low level allocator https://reviews.llvm.org/D39473 [asan] Avoid assert failure for non-default shadow scale https://reviews.llvm.org/D39474 [asan] Add full redzone after every stack variable https://reviews.llvm.org/D39475 [gtest] Increase stack size for child process in EXPECT_DEATH implementation https://reviews.llvm.org/D39771 [asan] Add lit feature for custom shadow scale https://reviews.llvm.org/D39772 [asan] Port tests to shadow scale of 5 https://reviews.llvm.org/D39773 [asan] Disable unsu...
2017 Oct 31
2
[RFC] ASan: patches to support 32-byte shadow granularity
...ps://reviews.llvm.org/D39472 [asan] Ensure that the minimum redzone is at least SHADOW_GRANULARITY https://reviews.llvm.org/D39473 [sanitizers] Increase alignment of low level allocator https://reviews.llvm.org/D39474 [asan] Avoid assert failure for non-default shadow scale https://reviews.llvm.org/D39475 [asan] Improve stack error reports for large shadow granularity The following features don't work yet, but can be fixed: - i386/x86_64 assembly instrumentation. - Prelink support. The memory map with MidMem for this configuration is more complicated that that expected by compiler_rt. The...
2017 Oct 31
1
[RFC] ASan: patches to support 32-byte shadow granularity
...asan] Ensure that the minimum redzone > is at least SHADOW_GRANULARITY > https://reviews.llvm.org/D39473 [sanitizers] Increase alignment of low > level allocator > https://reviews.llvm.org/D39474 [asan] Avoid assert failure for > non-default shadow scale > https://reviews.llvm.org/D39475 [asan] Improve stack error reports for > large shadow granularity > > The following features don't work yet, but can be fixed: > > - i386/x86_64 assembly instrumentation. > That's fine. It doesn't really work in regular mode either. > > - Prelink support. The m...