]> git.eshelyaron.com Git - emacs.git/commit
Make .pdmp file more reproducible
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Nov 2019 02:23:01 +0000 (18:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Nov 2019 02:27:10 +0000 (18:27 -0800)
commit0fce8e9391fd107f9267188a36b85aea778b8440
treeea60f601124ee5c232a44912057255de78a6d19b
parentaa79f4e8c635537c50a50db211542c0f41443ae2
Make .pdmp file more reproducible

Problem reported by Ulrich Müller
<https://lists.gnu.org/r/emacs-devel/2019-11/msg00757.html>
and diagnosed by Andreas Schwab
<https://lists.gnu.org/r/emacs-devel/2019-11/msg00774.html>.
* src/sysdep.c (maybe_disable_address_randomization):
Disable ASLR if any kind of dumping, instead of merely if
unexec dumping.  Omit first arg for simplicity; all uses changed.
src/emacs.c
src/lisp.h
src/sysdep.c