This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 13/14 v7] Do not stack-protect sigreturn stubs.


On 06/07/2016 01:06 PM, Nix wrote:
	* signal/Makefile (CFLAGS-sigreturn.c): Use
	$(no-stack-protector).

I still don't think C implementations of sigreturn are reliable (in the sense that they keep working despite future compiler changes). I think it's just laziness not have a separate .S file.

But there does not seem to be consensus about this alternative approach, so this patch is okay.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]