The scudo allocator also uses MmapNoACcess; thus, we need to allow
it to create new VMARs rather than check-failing upon being called.
Details
Details
- Reviewers
kcc vitalybuka alekseyshl mcgrathr
Diff Detail
Diff Detail
Paths
| Differential D36803
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
Diff Detail Event TimelineThis revision is now accepted and ready to land.Aug 16 2017, 3:00 PM
Revision Contents
Diff 111391 lib/sanitizer_common/sanitizer_fuchsia.cc
|
I think there is closing } missing.