summaryrefslogtreecommitdiff
path: root/changes/bug3228
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-23 16:38:35 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-30 12:41:46 -0400
commitf08f0e9dde8e8910de5dc42d567629ff410c52f4 (patch)
tree094746fb2c4076ecd4efaef2af9475641a357a3c /changes/bug3228
parent16cfca501ff27dd11daa9dc75ba9f5d99c48bdf5 (diff)
downloadtor-f08f0e9dde8e8910de5dc42d567629ff410c52f4.tar.gz
tor-f08f0e9dde8e8910de5dc42d567629ff410c52f4.zip
Reinit keys at the start of options_act().
Previously we did this nearer to the end (in the old_options && transition_affects_workers() block). But other stuff cares about keys being consistent with options... particularly anything which tries to access a key, which can die in assert_identity_keys_ok(). Fixes bug 3228; bugfix on 0.2.2.18-alpha.
Diffstat (limited to 'changes/bug3228')
-rw-r--r--changes/bug32283
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug3228 b/changes/bug3228
new file mode 100644
index 0000000000..4aca810d3c
--- /dev/null
+++ b/changes/bug3228
@@ -0,0 +1,3 @@
+ o Major bugfixes:
+ - Resolve a crash that occured when setting BridgeRelay to 1 with
+ accounting enabled. Fixes bug 3228; bugfix on 0.2.2.18-alpha.