Some kernels can provide 16EiB worth of mappings to each process, which
causes mmap test to run for a very long time. In order to make it stop
after a few seconds, make mmap_interceptor() fail when the original
mmap() returns an address which is outside of the application range.
Details
Details
- Reviewers
eugenis - Commits
- rGc985b244ee12: [MSan] Simulate OOM in mmap_interceptor()
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for reviewing! I don't think I have commit access - may I ask you to commit this one for me?