mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
b3ea3c8e2f
According to POSIX, the mutex must be locked by the thread calling the signal functions to ensure predictable scheduling behavior. Found the issue using Helgrind which gave the warning `dubious: associated lock is not held by any thread`.
4 lines
168 B
Plaintext
4 lines
168 B
Plaintext
o Minor bugfixes (relay):
|
|
- Unblock threads before releasing the mutex to ensure predictable
|
|
scheduling behavior. Fixes bug 16644; bugfix on 0.2.6.3-alpha.
|