mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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".
8 lines
386 B
Text
8 lines
386 B
Text
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.
|