diff options
author | Josh Gao <jmgao@google.com> | 2018-11-06 14:47:27 -0800 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2018-11-08 21:24:31 +0000 |
commit | f90687c4ec2eba944fa697eff2ccaf9e3b8ee480 (patch) | |
tree | c4ef71eeb0bce234bd0a4ad8dac35e8778de7b75 /libc/malloc_hooks/malloc_hooks.cpp | |
parent | 0c39bd468d3aa19b3e27937b36b101cc4aa65dab (diff) |
Increase the size of the signal stack on 64-bit.
The signal stack is sufficiently large for a single invocation of the
signal handler, but in cases where the signal handler needs to recurse,
(e.g. if our address space is limited by RLIMIT_AS), it's too small for
us to get to the part where we recognize that we've recursed and bail
out.
Bug: http://b/118772392
Test: /data/nativetest64/debuggerd_test/debuggerd_test64 --gtest_filter=CrasherTest.seccomp_crash_oom
Change-Id: Ic7a2cf8b01b3f7ea7f4a2318a3ec22a0c3649da6
Diffstat (limited to 'libc/malloc_hooks/malloc_hooks.cpp')
0 files changed, 0 insertions, 0 deletions