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] posix_spawn: use a larger min stack for -fstack-check [BZ #21253]



On 17/03/2017 13:32, Joseph Myers wrote:
> On Fri, 17 Mar 2017, Adhemerval Zanella wrote:
> 
>> +# define MIN_PAGES 4
>> +#else
>> +# define MIn_PAGES 1
>> +#endif
> 
> MIn_PAGES can't work....
> 

Yeah, it was a scratch patch (just actually built/check with -fstack-check).


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