[Bug 271081] www/firefox: crashes on arm64 with ASLR enabled

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 17 Dec 2023 13:52:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271081

--- Comment #10 from Jesper Schmitz Mouridsen <jsm@FreeBSD.org> ---
(In reply to Nuno Teixeira from comment #9)
Try this one 

 /*
  * The original fdlibm code used statements like:
diff -r d80eefe94738 modules/libpref/init/StaticPrefList.yaml
--- a/modules/libpref/init/StaticPrefList.yaml  Tue Nov 28 21:01:37 2023 +0000
+++ b/modules/libpref/init/StaticPrefList.yaml  Sun Dec 17 14:50:57 2023 +0100
@@ -7662,7 +7662,7 @@
 # or executable but never both at the same time. OpenBSD defaults to W^X.
 - name: javascript.options.content_process_write_protect_code
   type: bool
-#if defined(XP_OPENBSD)
+#if defined(XP_OPENBSD) || defined(XP_FREEBSD)
   value: true
 #else
   value: false

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.