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 Fri, 2017-06-09 at 10:05 +0100, Szabolcs Nagy wrote:
> On 08/06/17 20:46, Yu-cheng Yu wrote:
> > 
> > On Thu, 2017-06-08 at 09:46 +0100, Szabolcs Nagy wrote:
> >>> On 08/06/17 00:00, Yu-cheng Yu wrote:
> >>>
> >>> pthread_attr_xxx:
> >>>
> >>> Since shadow stack stores only return pointers, it is not affected by
> >>> the address/size of the program stack.
> >>
> >> why is it not affected by the size of the program stack?
> >> how is the size of the shadow stack determined?
> >>
> > 
> > Please see my reply to Florian on the reasoning of sizing the shadow
> > stack.  In summary, shadow stack is allocated to the same size as the
> > program stack.
> 
> as far as i understand the main thread stack can grow
> (up to the rlimit or until the stack hits an already
> mapped page) only 128K is committed when the process
> starts (on linux).
> 
> so with a large rlimit it is in principle possible to
> overflow the shadow stack.
> 

That is a good point.  I will look into it.

Thanks,
Yu-cheng



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