Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sys_mmap_metal() for non-MAP_FIXED case (#651)
- correctly check that virtual region we want to use is unmapped, rather than accidentally clobbering existing pages - avoid placing mmap'd memory at null virtual address
- Loading branch information