aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-14 13:16:39 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-14 13:16:39 -0500
commit165a92e33f3dc6123c1cd3326c6b183ac1c1d778 (patch)
treed91008c7de7ea0b3f63e0798c607e4397b084d4d /changes
parent0b3763612cfd74fd8e1ee79f6fbe58a70e4288b8 (diff)
downloadtor-165a92e33f3dc6123c1cd3326c6b183ac1c1d778.tar.gz
tor-165a92e33f3dc6123c1cd3326c6b183ac1c1d778.zip
Replace an assertion with a check-and-log
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/log_328684
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/log_32868 b/changes/log_32868
new file mode 100644
index 0000000000..34476078b2
--- /dev/null
+++ b/changes/log_32868
@@ -0,0 +1,4 @@
+ 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.