diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-01-17 13:26:59 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2017-01-17 13:26:59 +0200 |
commit | 1bc440eda476e3d270aa5fe1810a3d1d4778d725 (patch) | |
tree | 7d9a065de3dc77f27080fa8414be1e162002edcc /changes | |
parent | 111c66b2f0f58206026ca6a72852c3afcb56b9e7 (diff) | |
download | tor-1bc440eda476e3d270aa5fe1810a3d1d4778d725.tar.gz tor-1bc440eda476e3d270aa5fe1810a3d1d4778d725.zip |
Correctly maintain circuits in circuits_pending_other_guards().
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21142 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21142 b/changes/bug21142 new file mode 100644 index 0000000000..e232f43fe7 --- /dev/null +++ b/changes/bug21142 @@ -0,0 +1,4 @@ + o Minor bugfixes (client, guards): + - Fix bug where Tor would think that there are circuits waiting for better + guards even though those circuits have been freed. Fixes bug #21142; + bugfix on 0.3.0.1-alpha. |