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
This commit is contained in:
Nick Mathewson
2012-11-11 22:20:59 -05:00
parent 0523c8de7d
commit f473d83dea
3 changed files with 19 additions and 4 deletions
+6
View File
@@ -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.