aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-12-12 11:25:55 -0800
committerRobert Ransom <rransom.8774@gmail.com>2011-12-12 11:25:55 -0800
commitd688a40a0e7c1e8417ecdc463821e50cd1762715 (patch)
tree94a9ba24db437d66265c672f44e8ae40fb308d4f /changes
parente4cebb76c5577b1a39b752cc694147e929662c4a (diff)
downloadtor-d688a40a0e7c1e8417ecdc463821e50cd1762715.tar
tor-d688a40a0e7c1e8417ecdc463821e50cd1762715.tar.gz
Don't crash on startup of a dormant relay
If a relay is dormant at startup, it will call init_keys before crypto_set_tls_dh_prime. This is bad. Let's make it not so bad, because someday it *will* happen again.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug47026
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug4702 b/changes/bug4702
new file mode 100644
index 000000000..dcd3bfcb4
--- /dev/null
+++ b/changes/bug4702
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+
+ - Fix an assertion failure when a relay with accounting enabled
+ starts up while dormant. Fixes bug 4702; bugfix on
+ 0.2.3.9-alpha.
+