mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 84d061d5a3 wrongly moved the
access to the global next_key outside of the scope of the lock. the
error manifested as spurious failure to find an available key slot
under concurrent calls to pthread_key_create, since the stopping
condition could be met after only a small number of slots were
examined.
master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue