aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-11-11 22:20:59 -0500
committerNick Mathewson <nickm@torproject.org>2012-11-12 08:28:09 -0500
commitf473d83deaf893c6efe49094cfc5d9b435e7fcb9 (patch)
tree4732843f92e299cd46cb4ff6c13ab8d2b91f075f /changes
parent0523c8de7d7f775e9a89134340f88ae00bde158b (diff)
downloadtor-f473d83deaf893c6efe49094cfc5d9b435e7fcb9.tar.gz
tor-f473d83deaf893c6efe49094cfc5d9b435e7fcb9.zip
Possible fix for bug 7212
This is the simplest possible workaround: make it safe to call circuit_cell_queue_clear() on a non-attached circuit, and make it safe-but-a-LD_BUG-warning to call update_circuit_on_cmux() on a non-attached circuit. LocalWords: unstage src Untracked
Diffstat (limited to 'changes')
-rw-r--r--changes/bug72126
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug7212 b/changes/bug7212
new file mode 100644
index 0000000000..be68f50ff7
--- /dev/null
+++ b/changes/bug7212
@@ -0,0 +1,6 @@
+ o Major bugfixes (relay):
+ - Fix an assertion failure that could occur when closing a connection
+ with a spliced rendezvous circuit. Fix for bug 7212; bugfix on
+ Tor 0.2.4.4-alpha.
+
+