commit | 10e428dd77181003942542d8de5c4615b693c610 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <pcc@google.com> | Fri Jul 17 14:49:31 2020 -0700 |
committer | Peter Collingbourne <pcc@google.com> | Fri Jul 17 17:35:49 2020 -0700 |
tree | a39bf752d803fba06954feb6e9bbafd54a346bc2 | |
parent | c8e4154d899847a32f0fb7bbf999c39c7cb0dba7 [diff] |
Fix dumping of heap memory. After r.android.com/1288984 we started failing to dump memory contents for heap addresses because the tag started causing any addresses to fail this bounds check. Add an untag_address() call to the bounds check so that the tag is ignored. Bug: 154272452 Change-Id: I3a6d1a078b21871bd93164150a123549f83289f6