aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2013-09-23 09:37:26 -0700
committerNick Mathewson <nickm@torproject.org>2013-09-24 10:42:12 -0400
commit938ee9b24dfda03a68a71d43b88e9fb00a90f9c8 (patch)
tree4a866ec40c960ec5f40a9aee709d66fd409f75ed /changes
parent116e6af7a7024b4731ce6af75e8c5c5167314048 (diff)
downloadtor-938ee9b24dfda03a68a71d43b88e9fb00a90f9c8.tar
tor-938ee9b24dfda03a68a71d43b88e9fb00a90f9c8.tar.gz
Always call circuit_n_chan_done(chan, 0) from channel_closed()
Diffstat (limited to 'changes')
-rw-r--r--changes/bug97765
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9776 b/changes/bug9776
new file mode 100644
index 000000000..ea3a96abb
--- /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.