summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-18 10:26:32 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-18 10:26:32 -0400
commitdece40fd7729934bc32906e94d3e5e746c01f970 (patch)
treea0d1a7491e59768676b1a9107cb20c50deebe315 /changes
parentb46353b7931235da3ecaec0723060501042d6ef4 (diff)
downloadtor-dece40fd7729934bc32906e94d3e5e746c01f970.tar.gz
tor-dece40fd7729934bc32906e94d3e5e746c01f970.zip
Fix an assert when disabling ORPort with accounting disabled.
The problem was that the server_identity_key_is_set() function could return true under conditions where we don't really have an identity key -- specifically, where we used to have one, but we stopped being a server. This is a fix for 6979; bugfix on 0.2.2.18-alpha where we added that assertion to get_server_identity_key().
Diffstat (limited to 'changes')
-rw-r--r--changes/bug69794
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6979 b/changes/bug6979
new file mode 100644
index 0000000000..55572ecbac
--- /dev/null
+++ b/changes/bug6979
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix an assertion failure that would occur when disabling the
+ ORPort setting on a running Tor process while accounting was
+ enabled. Fixes bug 6979; bugfix on 0.2.2.18-alpha.