summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-09 13:53:28 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-09 14:02:48 +0100
commit27cf625ab871f34434d9fe86cecf85a31f73f0e5 (patch)
treeaad30c36489af7d9c3f824407ddaf6cdc0a31184 /compiler/codeGen
parent75ed401fecd487a1daa8f372e616750c5a6832bd (diff)
downloadhaskell-27cf625ab871f34434d9fe86cecf85a31f73f0e5.tar.gz
Fix segfaults on SELinux machines; fixes #7629
Patch from wgmitchener. From the ticket: The two addresses (adjustorStub and code) contain the same memory (double-mapped), but one is writable while the other is executable. This is how libffi works around the SELinux restrictions. On non-SELinux systems the code and data addresses are probably the same.
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions