|
Message-ID: <CAK4o1Wxn2Un9ykGHdgAD3N7o-C5_UxBdPO3=SVjUksLNRqfgNQ@mail.gmail.com> Date: Wed, 19 Mar 2014 23:16:38 +0000 From: Justin Cormack <justin@...cialbusservice.com> To: musl@...ts.openwall.com Subject: Re: stack protector and wrapper On Wed, Mar 19, 2014 at 9:48 PM, Rich Felker <dalias@...ifal.cx> wrote: > On Wed, Mar 19, 2014 at 04:15:34PM +0000, Justin Cormack wrote: >> I just noticed that using the musl-gcc wrapper on latest Ubuntu will >> not link anything unless you compile with -fno-stack-protector (you >> get undefined references to __stack_chk_fail_local) > > Are you linking apps or libraries? This symbol normally is not needed > except with -shared or -pie. It would be nicer if we could provide it > rather than disabling ssp, but I don't know an easy way to do so. Ah I think it was pie-related, so not really a problem, some unneeded flags had been set. Justin
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.