[Mono-bugs] [Bug 49499][Cri] Changed - mono:: segfaults under Fedora Linux

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Oct 2003 20:26:54 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tds00mahi@thn.htu.se.

http://bugzilla.ximian.com/show_bug.cgi?id=49499

--- shadow/49499	2003-10-17 20:26:16.000000000 -0400
+++ shadow/49499.tmp.8736	2003-10-17 20:26:54.000000000 -0400
@@ -220,6 +220,11 @@
 am attaching a patch suggestion below with what I believe could be one
 solution. The call to mmap() will not set execution rights even if
 passed as argument (Exec-Shield prevents implicit executable rights
 commonly assumed from the (at least on x86) merged 'read or execute'
 flag (details in link above)), so by adding a call to mprotect() we
 can set PROT_EXEC to allow execution rights on the mapped area.
+
+------- Additional Comments From tds00mahi@thn.htu.se  2003-10-17 20:26 -------
+Created an attachment (id=5655)
+suggested patch
+