Hacker News new | ask | show | jobs
Complex Buggy Pthread_rwlock_t in Glibc (sourceware.org)
2 points by howtofly 493 days ago
1 comments

I should mention that Drepper's old implementation and thus uclibc/uclibc-ng's implementations are much simpler and do not have this bug. The musl libc does not have this issue because it puts an upper limit on the number of user-space spins in one try. Unlimited spin should NEVER appear in user space!

I cannot believe that such a highly-reproducible bug is left untouched for nearly a year.

PS: All versions of glibc since 2.25 are affected.