summaryrefslogtreecommitdiff
path: root/changes/bug18489
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-03-24 22:03:58 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-03-24 22:03:58 +1100
commitb1569e39c87a32b64fe06702c1f18b43eb35f5ad (patch)
treee9cb29367b7c595c51e6b15eac2f85cddd6f133e /changes/bug18489
parenteb5a262a15c05bee8e64e66c93f3a6387c0c5cd6 (diff)
downloadtor-b1569e39c87a32b64fe06702c1f18b43eb35f5ad.tar.gz
tor-b1569e39c87a32b64fe06702c1f18b43eb35f5ad.zip
Check if fallbacks support extrainfo descriptors before requesting them
When requesting extrainfo descriptors from a trusted directory server, check whether it is an authority or a fallback directory which supports extrainfo descriptors. Fixes bug 18489; bugfix on 90f6071d8d in tor-0.2.4.7-alpha. Reported by "atagar", patch by "teor".
Diffstat (limited to 'changes/bug18489')
-rw-r--r--changes/bug184896
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18489 b/changes/bug18489
new file mode 100644
index 0000000000..d8c171ab74
--- /dev/null
+++ b/changes/bug18489
@@ -0,0 +1,6 @@
+ o Minor bugfixes (fallback directory mirrors):
+ - When requesting extrainfo descriptors from a trusted directory
+ server, check whether it is an authority or a fallback directory
+ which supports extrainfo descriptors.
+ Fixes bug 18489; bugfix on 90f6071d8d in tor-0.2.4.7-alpha.
+ Reported by "atagar", patch by "teor".