[PATCH] D47146: Memorysanitizer fix mmap test for oses not supporting MAP_NORESERVE flag

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 25 12:54:14 PDT 2018


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

OK, fine.
Just keep in mind that this test tries to exhaust the address space, but, without NORESERVE semantics, it would exhaust physical RAM instead and may DOS the entire system.


https://reviews.llvm.org/D47146





More information about the llvm-commits mailing list