This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Get libffi closures to cope with SELinux execmem/execmod


On Jan 18, 2007, Alexandre Oliva <aoliva@redhat.com> wrote:

> The second patch

... was corrupted while I composed its ChangeLog :-(

Here's a patch to be applied to the patch file itself to fix it such
that it applies.  Sorry about that.

--- .patches/libffi-closure-prot-exec.patch.broken	2007-01-18 05:23:50.000000000 -0200
+++ .patches/libffi-closure-prot-exec.patch	2007-01-18 05:21:12.000000000 -0200
@@ -2114,6 +2114,7 @@
  
 -  void *ncode ();
 +  void *ncode (jclass);
+ 
    friend class _Jv_ClassReader;
    friend class _Jv_InterpreterEngine;
 Index: libjava/defineclass.cc
-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
FSF Latin America Board Member         http://www.fsfla.org/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]