summaryrefslogtreecommitdiff
path: root/libutils/Unicode.cpp
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-04-26 17:10:04 -0700
committerColin Cross <ccross@android.com>2016-04-28 16:20:40 -0700
commitcecd64012db013331ff1071254ab543dcdf327bd (patch)
tree753436bc2a427c15df152eb5e55538fb7f52cee3 /libutils/Unicode.cpp
parentba5d9ff6d9674a0f1e985b49f53863045aff558d (diff)
Silently ignore duplicate heap entries
Vendor blobs on ryu mprotect heap pages, causing a single chunk mapping to appear as multiple mappings. The heap iterator has to expand the requested range to cover the beginning of the chunk to find the chunk metadata, which will lead to duplicate identical allocations being reported from iterating over each of the split mappings. Silently ignore identical allocations, and only warn on non-identical allocations that overlap. Bug: 28269332 Change-Id: Ied2ab9270f65d00a887c7ce1a93fbf0617d69be0
Diffstat (limited to 'libutils/Unicode.cpp')
0 files changed, 0 insertions, 0 deletions