intel / synce4l

GNU General Public License v2.0
22 stars 11 forks source link

Fix requested thread stack size #56

Closed mlichvar closed 2 months ago

mlichvar commented 2 months ago

The pthread_attr_setstacksize() call requesting size of 0xffff fails on systems with 64k pages. Request the maximum of 0xffff and PTHREAD_STACK_MIN instead.