This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Fix MallocIterateBoundary test on 32 bit Android.
ClosedPublic

Authored by cferris on Jun 13 2023, 8:03 PM.

Details

Summary

On Android, the min alignment is 16 bytes. This test needs
the BlockDelta to match the min alignment, so set this value
differently for Android.

Update the comment in to explain these details.

Diff Detail

Event Timeline

cferris created this revision.Jun 13 2023, 8:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 8:03 PM
cferris requested review of this revision.Jun 13 2023, 8:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 8:03 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
Chia-hungDuan accepted this revision.Jun 13 2023, 8:49 PM
This revision is now accepted and ready to land.Jun 13 2023, 8:49 PM
This revision was automatically updated to reflect the committed changes.