-
Pavel Emelyanov authored
On my FC17 box calloc calls brk() and the subsequent mprotect(PROT_EXEC) fails with EACCESS. Using mmap is safer here. Signed-off-by:
Pavel Emelyanov <xemul@parallels.com>
d2b3a26b
On my FC17 box calloc calls brk() and the subsequent mprotect(PROT_EXEC)
fails with EACCESS. Using mmap is safer here.
Signed-off-by:
Pavel Emelyanov <xemul@parallels.com>