Re: Using stock PIE executables from standard distributions?

2018-01-28 Thread Nadav Har'El
On Mon, Jan 29, 2018 at 12:37 AM, Rick Payne wrote: > > > > On 28 Jan 2018, at 22:23, Nadav Har'El wrote: > > > > However, sadly, we still do have bugs with PIE support that need to be > fixed before running PIEs on OSv becomes a hassle-free experience:

Re: Using stock PIE executables from standard distributions?

2018-01-28 Thread Rick Payne
> On 28 Jan 2018, at 22:23, Nadav Har'El wrote: > > However, sadly, we still do have bugs with PIE support that need to be fixed > before running PIEs on OSv becomes a hassle-free experience: > > A bug which relatively-recently became relevant (as gcc changed) is >

Re: Using stock PIE executables from standard distributions?

2018-01-28 Thread Nadav Har'El
On Sat, Jan 27, 2018 at 5:09 PM, Dan Kaminsky wrote: > Given that OSv implements its own ELF loader, I'm wondering how much it > could potentially take advantage of platforms' recent change to PIE > compilation. (GCC7 is PIE by default, a thing that's been some headache for >