0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 20:23:03 +02:00
tor/changes/bug31614
2019-09-26 12:22:21 +10:00

10 lines
444 B
Plaintext

o Minor bugfixes (logging):
- Disable backtrace signal handlers when shutting down tor.
Fixes bug 31614; bugfix on 0.2.5.2-alpha.
- Add a missing check for HAVE_PTHREAD_H, because the backtrace code uses
mutexes. Fixes bug 31614; bugfix on 0.2.5.2-alpha.
o Documentation:
- Explain why we can't destroy the backtrace buffer mutex. Explain why
we don't need to destroy the log mutex.
Closes ticket 31736.