Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 3 Oct 2012 11:54:24 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: noexecstack

On Mon, Aug 06, 2012 at 11:11:33PM +0200, Kant wrote:
> >> it seems gnu as has an undocumented --noexecstack flag for this
> >>
> >>   gcc -Wa,--noexecstack -c foo.s
> >>
> >> adds the .notes.GNU-stack section
> >
> > So this seems to be the solution. I suspect it will need a configure
> > check for the option being supported. Any other caveats?
> >
> > Rich
> The glibc build is using this. clang also supports this.
> 
> Should be okay to use.

Sorry it took a long time to get this fixed -- I completely forgot it
hadn't been done. Just committed to git. Please let me know if there
are any problems, or if you know of other neglected issues like this
one.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.