commit | 1d4cfca1f987704440b0d5ff3a323960e5358257 | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Tue Mar 19 17:17:47 2019 -0700 |
committer | Evgenii Stepanov <eugenis@google.com> | Tue Mar 19 17:17:47 2019 -0700 |
tree | 453e46afd509520be812ef21b5af0b656b693e97 | |
parent | 2d97bdf9f0cb2cb7c59775679ef8cf5ad24d9b2a [diff] |
Fix libmemunreachable vs hwasan conflict. * Scan memory in a non-sanitized function. * Don't scan hwasan shadow mappings. Shadow is ~33G and never contains any heap pointers. The scan takes about a minute on my device. Bug: 112438058 Test: memunreachable_test with SANITIZE_TARGET=hwaddress the test still fails, but now there are no hwasan reports or new tombstones, and it completes in less than a minute Change-Id: Ibe4811c67609ca9fe317edc250993b915570a638