diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-23 16:38:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-30 12:41:46 -0400 |
commit | f08f0e9dde8e8910de5dc42d567629ff410c52f4 (patch) | |
tree | 094746fb2c4076ecd4efaef2af9475641a357a3c /changes/bug3228 | |
parent | 16cfca501ff27dd11daa9dc75ba9f5d99c48bdf5 (diff) | |
download | tor-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/bug3228 | 3 |
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. |