mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a bug in our bug 9776 fix.
By calling circuit_n_chan_done() unconditionally on close, we were closing pending connections that might not have been pending quite for the connection we were closing. Fix for bug 9880. Thanks to skruffy for finding this and explaining it patiently until we understood.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
o Minor bugfixes:
|
||||
|
||||
- When closing a channel that has already been open, do not close
|
||||
pending circuits that were waiting to connect to the same relay.
|
||||
Fixes bug 9880; bugfix on 0.2.5.1-alpha. Thanks to skruffy for
|
||||
finding this bug. (Bug was merged to 0.2.4 branch but not released
|
||||
in any 0.2.4 version)
|
||||
|
||||
Reference in New Issue
Block a user