diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-17 21:42:35 -0400 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-05-24 21:12:23 +0200 |
commit | 95ac3ea5946f723ddab474fe229a872669aee47f (patch) | |
tree | 6609dc7b0aaa1567ef06ffb1e552012503e159a9 /changes | |
parent | 6cac100b13794b74db8e831bed56df2f0443ea13 (diff) | |
download | tor-95ac3ea5946f723ddab474fe229a872669aee47f.tar tor-95ac3ea5946f723ddab474fe229a872669aee47f.tar.gz |
Don't build descriptors if ORPort auto is set and we have no OR listener
This situation can happen easily if you set 'ORPort auto' and
'AccountingMax'. Doing so means that when you have no ORPort, you
won't be able to set an ORPort in a descriptor, so instead you would
just generate lots of invalid descriptors, freaking out all the time.
Possible fix for 3216; fix on 0.2.2.26-beta.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3216 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3216 b/changes/bug3216 new file mode 100644 index 000000000..599b5e162 --- /dev/null +++ b/changes/bug3216 @@ -0,0 +1,4 @@ + o Major bugfixes: + - Don't try to build descriptors if "ORPort auto" is set and we + don't know our actual ORPort yet. Fix for bug 3216; bugfix on + 0.2.2.26-beta. |