|
Message-ID: <20140319214838.GW26358@brightrain.aerifal.cx> Date: Wed, 19 Mar 2014 17:48:38 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: stack protector and wrapper 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. 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.