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: RFC: Shadow Stack support in glibc


On 06/05/2017 11:36 PM, H.J. Lu wrote:
> Most of glibc functions are compatible with Shadow Stack, except for
> 
> 1. setjmp/longjmp need to be extended to support Shadow Stack.
> 2. getcontext/setcontext may be extended to support Shadow Stack.
> 3. makecontext/swapcontext are hard to support Shadow Stack.

What about these?

clone
sigaltstack
pthread_attr_setstack
pthread_attr_setstackaddr
pthread_attr_setstacksize

Thanks,
Florian


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