summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-07 08:14:46 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-07 08:14:46 -0400
commit98e14720b5bc30a7cf9af15a1f618ddce0922ef9 (patch)
tree7282ad48eab030bea0dd3bcb42dac683d737dfca /changes
parent968b6c30c1158fde003a99a7d22a575e3b211c91 (diff)
parent165a92e33f3dc6123c1cd3326c6b183ac1c1d778 (diff)
downloadtor-98e14720b5bc30a7cf9af15a1f618ddce0922ef9.tar.gz
tor-98e14720b5bc30a7cf9af15a1f618ddce0922ef9.zip
Merge remote-tracking branch 'tor-github/pr/1661/head' into maint-0.3.5
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.