mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
5804ccc907
Because of #25306 for which we are unable to reproduce nor understand how it is possible, this commit removes the asserts() and BUG() on the missing descriptors instead when rotating them. This allows us to log more data on error but also to let tor recover gracefully instead of dying. Signed-off-by: David Goulet <dgoulet@torproject.org>
7 lines
316 B
Plaintext
7 lines
316 B
Plaintext
o Minor bugfixes (hidden service v3):
|
|
- Avoid asserting when building descriptors in the next rotation time is
|
|
out of sync with the consensus valid after time. Instead, log a bug
|
|
warning with extra information to hunt down the cause of this assert.
|
|
Fixes bug 25306; bugfix on 0.3.2.1-alpha.
|
|
|