Displaying 2 results from an estimated 2 matches for "d39771".
Did you mean:
39771
2017 Nov 08
3
[RFC] ASan: patches to support 32-byte shadow granularity
...9473
[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 unsupported tests for custom shadow scale
https://reviews.llvm.org/D39774
[asan] Test ASan instrumentation for sh...
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