mirror of
https://sourceware.org/git/glibc.git
synced 2025-04-26 15:09:05 +03:00
The update of *adapt_count after the release of the lock causes a race condition when thread A unlocks, thread B continues and destroys the mutex, and thread A writes to *adapt_count.