Comment 4 for bug 1844022

Revision history for this message
Maxim Egorushkin (max0x7ba) wrote :

> No, the race condition is in your stack size test (which is written incorrectly), not in the stack creation.

You are right, the test should use pthread_getattr_np instead of pthread_attr_init.