summaryrefslogtreecommitdiff
path: root/changes/bug30781
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-06-06 09:12:14 +1000
committerteor <teor@torproject.org>2019-06-06 09:51:24 +1000
commitba83c1e5cf0e4ba0d63cb3728da059a9b241a161 (patch)
treedb66ebd29ca06f4382478cba34af06d63b73d2b4 /changes/bug30781
parent4e262196a88d2a7d3be059d075f53a6f182b2773 (diff)
downloadtor-ba83c1e5cf0e4ba0d63cb3728da059a9b241a161.tar.gz
tor-ba83c1e5cf0e4ba0d63cb3728da059a9b241a161.zip
dirparse: Stop crashing when parsing unknown descriptor purpose annotations
We think this bug can only be triggered by modifying a local file. Fixes bug 30781; bugfix on 0.2.0.8-alpha.
Diffstat (limited to 'changes/bug30781')
-rw-r--r--changes/bug307814
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug30781 b/changes/bug30781
new file mode 100644
index 0000000000..7c7adf470e
--- /dev/null
+++ b/changes/bug30781
@@ -0,0 +1,4 @@
+ o Minor bugfixes (directory authorities):
+ - Stop crashing after parsing an unknown descriptor purpose annotation.
+ We think this bug can only be triggered by modifying a local file.
+ Fixes bug 30781; bugfix on 0.2.0.8-alpha.