mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.3.5' into release-0.3.5
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
o Code simplification and refactoring (shared random, dirauth):
|
||||
- Change many tor_assert() to use BUG() instead. The idea is to not crash
|
||||
a dirauth but rather scream loudly with a stacktrace and let it continue
|
||||
run. The shared random subsystem is very resilient and if anything wrong
|
||||
happens with it, at worst a non coherent value will be put in the vote
|
||||
and discarded by the other authorities. Closes ticket 19566.
|
||||
Reference in New Issue
Block a user