Mark executable maps with no name as unreadable.
On some devices, executable maps without names are created and deleted. Doing unwinds can sometimes attempt to access these maps and crash because the map has disappeared since that last read of the map. Mark these maps as unreadable to avoid this problem. Bug: 27152097 (cherry picked from commit 6db951c7) Change-Id: Id0054ccf48c7875026ecaf3cf78528ccdaa6650c
Loading
Please sign in to comment