hs-v3: Don't BUG() if descriptor is found on SOCKS connection retry
[tor.git] / changes / ticket19566
blobbf7071e66082123b782795966672b9be3a39cd36
1   o Code simplification and refactoring (shared random, dirauth):
2     - Change many tor_assert() to use BUG() instead. The idea is to not crash
3       a dirauth but rather scream loudly with a stacktrace and let it continue
4       run. The shared random subsystem is very resilient and if anything wrong
5       happens with it, at worst a non coherent value will be put in the vote
6       and discarded by the other authorities. Closes ticket 19566.