[PATCH] D52900: [PowerPC]Disable randomized address space on Linux ppc64le

Bill Seurer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 9 10:47:27 PDT 2018


seurer added a comment.

It is not specific to Ubuntu but is changes in how wide a range of addresses that the kernel chooses when ASLR is enabled.  After some updates in the 4.x kernels (sorry, I am not sure which ones) the range is hundreds of times bigger which makes choosing the constants that the sanitizers use impossible.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D52900





More information about the llvm-commits mailing list