This is an archive of the discontinued LLVM Phabricator instance.

Create new VMARs on calls to MmapNoAccess.
AbandonedPublic

Authored by flowerhack on Aug 16 2017, 11:49 AM.

Details

Summary

The scudo allocator also uses MmapNoACcess; thus, we need to allow
it to create new VMARs rather than check-failing upon being called.

Diff Detail

Event Timeline

flowerhack created this revision.Aug 16 2017, 11:49 AM
This revision is now accepted and ready to land.Aug 16 2017, 3:00 PM
mcgrathr added a project: Restricted Project.Aug 16 2017, 3:01 PM
mcgrathr added a subscriber: phosek.
phosek added inline comments.Aug 16 2017, 3:07 PM
lib/sanitizer_common/sanitizer_fuchsia.cc
251

I think there is closing } missing.