mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
We hit this assertion with bug 32868, but I'm stymied figuring out how we wound up with a routerstatus like this. This patch is a diagnostic to attempt to figure out what is going on, and to avoid a crash in the meantime.
4 lines
242 B
Text
4 lines
242 B
Text
o Minor features (debugging, directory system):
|
|
- Don't crash when we find a non-guard with a guard-fraction value set.
|
|
Instead, log a bug warning, in an attempt to figure out how this
|
|
happened. Diagnostic for ticket 32868.
|