Re: [PATCH wayland] scanner: avoid executable stack

2016-03-08 Thread Mart Raudsepp
Ühel kenal päeval, K, 02.03.2016 kell 11:06, kirjutas Pekka Paalanen: > From: Pekka Paalanen > > Before this patch: > $ scanelf -lpqe ./wayland-scanner > RWX --- ---  ./wayland-scanner > > That indicates the stack is executable, which is a bad thing for > security. Wayland-scanner does not actua

Re: [PATCH wayland] scanner: avoid executable stack

2016-03-02 Thread Pekka Paalanen
On Wed, 02 Mar 2016 11:37:01 +0200 Mart Raudsepp wrote: > Ühel kenal päeval, K, 02.03.2016 kell 11:06, kirjutas Pekka Paalanen: > > From: Pekka Paalanen > > > > Before this patch: > > $ scanelf -lpqe ./wayland-scanner > > RWX --- ---  ./wayland-scanner > > > > That indicates the stack is execu

[PATCH wayland] scanner: avoid executable stack

2016-03-02 Thread Pekka Paalanen
From: Pekka Paalanen Before this patch: $ scanelf -lpqe ./wayland-scanner RWX --- --- ./wayland-scanner That indicates the stack is executable, which is a bad thing for security. Wayland-scanner does not actually need an executable stack, it is just an oversight from using an .S file in the sou