Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PIE binaries and ASLR are on in the default build for amd64



> On Apr 11, 2016, at 7:29 AM, Martin Husemann <martin%duskware.de@localhost> wrote:
> 
> On Mon, Apr 11, 2016 at 10:23:11AM -0400, Christos Zoulas wrote:
>> I still don't understand why the else part is needed.
> 
> I assumed it had never been tested on anything but amd64 (and your commit
> log and the comments only talked about defaulting amd64 to on).
> 
> But indeed, w/o aslr turned on for every process, it should have made no
> difference - sounds like a -pie toolchain issue on i386 (like wrong
> ld.elf_so, which would explain the error).

The install media don't include ld.elf_so so that's probably the problem there.
We would need crt0 support for static pie to do the rel/rela relocations 
intrinsic to those images.  


Home | Main Index | Thread Index | Old Index