[webkitgtk] Commit patch too

Kevin Fenzi kevin at fedoraproject.org
Thu Feb 24 21:05:35 UTC 2011


commit b8088854e1e3fe95eda55231b8606aef4bc95452
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Thu Feb 24 14:05:37 2011 -0700

    Commit patch too

 webkit-1.3.12-no-execmem.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/webkit-1.3.12-no-execmem.patch b/webkit-1.3.12-no-execmem.patch
new file mode 100644
index 0000000..2fa9af9
--- /dev/null
+++ b/webkit-1.3.12-no-execmem.patch
@@ -0,0 +1,12 @@
+diff -Nur webkit-1.3.12.orig/Source/JavaScriptCore/wtf/Platform.h webkit-1.3.12/Source/JavaScriptCore/wtf/Platform.h
+--- webkit-1.3.12.orig/Source/JavaScriptCore/wtf/Platform.h	2011-02-22 04:11:16.000000000 -0700
++++ webkit-1.3.12/Source/JavaScriptCore/wtf/Platform.h	2011-02-23 22:59:16.603860759 -0700
+@@ -1069,7 +1069,7 @@
+ #endif
+ /* Setting this flag prevents the assembler from using RWX memory; this may improve
+    security but currectly comes at a significant performance cost. */
+-#if PLATFORM(IOS)
++#if PLATFORM(IOS) || PLATFORM(X86) || PLATFORM(X86_64)
+ #define ENABLE_ASSEMBLER_WX_EXCLUSIVE 1
+ #endif
+ 


More information about the scm-commits mailing list