diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-05 16:46:23 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-05 16:46:23 -0400 |
commit | 59deac92a1b9bea4c1340c7aa533e3105c7df266 (patch) | |
tree | 369be693339c003954401d20fd9964710596dd77 /changes | |
parent | 5ee0fdafff69eb99a9a9980512196c33bf26bce6 (diff) | |
parent | 97dbff51e60273b29d7dc15e4106c600e8efa34e (diff) | |
download | tor-59deac92a1b9bea4c1340c7aa533e3105c7df266.tar.gz tor-59deac92a1b9bea4c1340c7aa533e3105c7df266.zip |
Merge branch 'maint-0.2.3' into release-0.2.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6774 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6774 b/changes/bug6774 new file mode 100644 index 0000000000..0c137fd678 --- /dev/null +++ b/changes/bug6774 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Avoid crashing on a malformed state file where EntryGuardPathBias + precedes EntryGuard. Fix for bug 6774; bugfix on 0.2.3.17-beta. + |