commit | 718d86dee81f4e5b8510458c145150e8102f042a | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed Oct 03 11:24:47 2018 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Wed Oct 03 11:48:29 2018 +0100 |
tree | 964d440f42d682f3c3c5f8ec51da2c1aabadf431 | |
parent | 9ec8559bc2e18075cdcd9a2f09206b698d3c1993 [diff] |
Make BitMemoryRegion::LoadBit() ASAN friendly. The __attribute__((no_sanitize_address)) is not respected when the function is inlined. Work around that by reading only the needed byte. Test: m test-art-host-gtest Test: aosp_taimen-userdebug boots. Bug: 117183272 Change-Id: I4fba89b8981373f4dd041609a00ed3750e00e2c3