mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
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
6 lines
204 B
Text
6 lines
204 B
Text
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.
|
|
|
|
|