Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly handle mmap calls without any protection mask:
Newly created heap (alloc_new_heap) is created by glibc without any protection flags and they are adjusted by `mprotect` once the `mmap` succeeds: https://github.com/bminor/glibc/blob/master/malloc/arena.c#L404-L441 Fixes: fasterthanlime#8
- Loading branch information