mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
a3ab31f5dc
It's possible for two threads to hit assertion failures at the same time. If that happens, let's keep them from stomping on the same cb_buf field. Fixes bug 11048; bugfix on 0.2.5.2-alpha. Reported by "cypherpunks".
9 lines
386 B
Plaintext
9 lines
386 B
Plaintext
o Minor bugfixes:
|
|
|
|
- Avoid strange behavior if two threads hit failed asswertions
|
|
at the same time and both try to log backtraces at
|
|
once. (Previously, if this had happened, both threads would
|
|
have stored their intermediate results in the same buffer, and
|
|
generated junk outputs.) Reported by "cypherpunks". Fixes bug
|
|
11048; bugfix on 0.2.5.2-alpha.
|