Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
miri: don't attempt to allocate more than 4GiB of memory
It seems that rather than returning a null pointer from `std::alloc::alloc`, miri will sometimes choose to simply crash the whole program.
- Loading branch information