Ü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
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
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