diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-11-11 22:20:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-12 08:28:09 -0500 |
commit | f473d83deaf893c6efe49094cfc5d9b435e7fcb9 (patch) | |
tree | 4732843f92e299cd46cb4ff6c13ab8d2b91f075f /changes | |
parent | 0523c8de7d7f775e9a89134340f88ae00bde158b (diff) | |
download | tor-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/bug7212 | 6 |
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. + + |