diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-26 10:32:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-26 10:32:53 -0400 |
commit | 5278d72f97683c8c89117d5b7111eb5f84baa569 (patch) | |
tree | aed3f9dad3c2783a50762eb66e8c606dfd992472 /changes | |
parent | c68bfc556c7820ca3f3e01aa1ba0f8487b172fcd (diff) | |
parent | ca2d9cbb937e70e3f69e88e4e6a00fc0f818340c (diff) | |
download | tor-5278d72f97683c8c89117d5b7111eb5f84baa569.tar.gz tor-5278d72f97683c8c89117d5b7111eb5f84baa569.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24903 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug24903 b/changes/bug24903 new file mode 100644 index 0000000000..01c9b53f23 --- /dev/null +++ b/changes/bug24903 @@ -0,0 +1,5 @@ + o Minor bugfixes (controller, reliability): + - Avoid a (nonfatal) assertion failure when extending a one-hop circuit + from the controller to become a multihop circuit. Fixes bug 24903; + bugfix on 0.2.5.2-alpha. + |