projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c928f41
)
* src/sysdep.c: Improve comment wording.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 20 Nov 2019 19:57:17 +0000
(11:57 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 20 Nov 2019 19:57:17 +0000
(11:57 -0800)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index e34ab2eb58787afa8d29437a8e37f226f77aed6e..b436bfe74a82bc4604d784c4d8f878eea2df18ce 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-167,7
+167,7
@@
maybe_disable_address_randomization (int argc, char **argv)
{
/* If dumping via unexec, ASLR must be disabled, as otherwise
data may be scattered and undumpable as a simple executable.
- If pdumping, disabling ASLR
makes the .pdmp file reproducib
le. */
+ If pdumping, disabling ASLR
lessens differences in the .pdmp fi
le. */
bool disable_aslr = will_dump_p ();
# ifdef __PPC64__
disable_aslr = true;