Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MemoryMount using incorrect file lengths
- We checked the backing array when reading rather than the file's length, so could read beyond the end of the file. - We used the entry length when resizing, which effectively meant we doubled the size of the backing array on each write.
- Loading branch information