commit | 36bf366f468f165a98f8e98218d52106d764ead2 | [log] [tgz] |
---|---|---|
author | Lokesh Gidra <lokeshgidra@google.com> | Sat Oct 01 22:23:35 2022 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Mon Oct 03 21:45:32 2022 +0000 |
tree | 3820145eb485d0c68171bbfd8f0cf5eac8e6ae4b | |
parent | 729277fa70c8a722e7ca7a319ecf9dc8a1ad9303 [diff] |
Avoid accessing live-words bitmap past its size When accessing the last page of the moving space, we were accessing the word past the live-words bitmap, which could cause SIGSEGV. Bug: 160737021 Test: art/test/testrunner/testrunner.py --target Change-Id: I7032af6265d7e18207b71f7f2325d69f06917324