commit | 655c6fd9fd37f26cb07d13b11003fd5690eaf471 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Wed May 24 21:42:10 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Wed May 31 14:46:14 2017 -0700 |
tree | bd30f898ece4e7cbe8dad6553cbe37fb2c25be6d | |
parent | 8144b1ebea42feaa798419eaf53a6bbbf37822a9 [diff] |
ART: Increase stack overflow guard for sanitization Increase the stack overflow guard page size under address sanitization. The C++ frames are larger, so more space is necessary to create an exception. Adjustments in this CL are restricted to the host. This CL adjusts the frames up so that most tests pass. Other issues will be addressed in follow-up changes. Bug: 31098551 Test: m SANITIZE_HOST=address test-art-host Change-Id: I9490eeaa10c1a25486302fc43f8f8212210a59ec