glibc 2.24 -- Release blockers
Paul Eggert
eggert@cs.ucla.edu
Fri Jul 15 13:24:00 GMT 2016
On 07/15/2016 12:52 PM, Florian Weimer wrote:
> The problem is that this happens at dump time only, while the issue
> occurs when running the dumped Emacs. Furthermore, the personality
> system call (or at least ADDR_NO_RANDOMIZE) only applies to new
> process images, it does not affected the randomization decisions made
> at load time for the current process.
I wrote a revised patch to emacs-25 (attached) which I hope addresses
the former issue, by disabling randomization in both the undumped and
dumped Emacs when Emacs uses its own allocator. Emacs already addresses
the latter issue by re-execing itself when it changes personalities, so
this shouldn't be an issue.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Port-to-glibc-2.24-pre-release-ppc64.patch
Type: text/x-patch
Size: 5061 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20160715/9608ae9f/attachment.bin>
More information about the Libc-alpha
mailing list