]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/DEBUG: Add a blurb about disabling ASLR on macOS.
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Jan 2024 19:02:10 +0000 (21:02 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:06:39 +0000 (21:06 +0100)
(cherry picked from commit 9d985f24a7fe298980f9af7b9e44318d145cfae5)

etc/DEBUG

index 6c7f4040b8d9915056a6bbe60c4edd2716341ff0..4eae090621f2d6436268ec8d4539ec8ffaee8e23 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -1111,6 +1111,9 @@ edit the PE header of the Emacs executable file and reset the
 DYNAMIC_BASE (0x40) flag in the DllCharacteristics flags recorded by
 the PE header.
 
+On macOS, there's no official way for disabling ASLR, but there are
+various hacks that can be found by searching the Internet.
+
 ** How to recover buffer contents from an Emacs core dump file
 
 The file etc/emacs-buffer.gdb defines a set of GDB commands for