Changes the heap_mmap(), heap_mmap_reserve(), and heap_mmap_reserve_post_stack() functions to take in the protection bits to use, instead of hardcoding +rwx.
Removes the +x from several mmaps used for TLS segments.
Issue: #1132 (closed)
Changes the heap_mmap(), heap_mmap_reserve(), and heap_mmap_reserve_post_stack() functions to take in the protection bits to use, instead of hardcoding +rwx.
Removes the +x from several mmaps used for TLS segments.
Issue: #1132 (closed)