diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-09-24 10:47:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-09-24 10:47:26 -0400 |
commit | 759de9f756cac3fb4034bfbbb7fd5195c0b24a34 (patch) | |
tree | 069809d5659c5afb4e5164dff01aae08c63eb6a5 /changes | |
parent | 31f6806aa7d529ec42f9ddfacdc64bdd644863a7 (diff) | |
parent | 938ee9b24dfda03a68a71d43b88e9fb00a90f9c8 (diff) | |
download | tor-759de9f756cac3fb4034bfbbb7fd5195c0b24a34.tar.gz tor-759de9f756cac3fb4034bfbbb7fd5195c0b24a34.zip |
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9776 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9776 b/changes/bug9776 new file mode 100644 index 0000000000..ea3a96abb3 --- /dev/null +++ b/changes/bug9776 @@ -0,0 +1,5 @@ + o Normal bugfixes: + - Always call circuit_n_chan_done(chan, 0) from channel_closed(), so we + can't leak pending circuits in some cases where + run_connection_housekeeping() calls connection_or_close_normally(). + Fixes bug #9776; bugfix on 0.2.4.17. |