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

2024-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271081

--- Comment #26 from Jesper Schmitz Mouridsen  ---
(In reply to Jesper Schmitz Mouridsen from comment #25)
Ok the difference in my understanding between arm64 and arm64/aarch64 on AMD64
the address pointer is always a valid firefoz jit region i.e 47th bit and above
are never set. This is not true for arm64 so MapAlignedPagesRandom returns null
when the last attempts are not in a validRange. Furthermore I cannot confirm
that linuxes randomizes mmap'ed virtual addresses, so TryToAlignChunk works
better there.

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


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

2024-01-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271081

--- Comment #27 from Jesper Schmitz Mouridsen  ---
https://bugzilla.mozilla.org/show_bug.cgi?id=1876632 upstream bug

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