diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-19 16:35:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-19 16:35:40 -0400 |
commit | ca50fb4f81a1f48c82d75825687085cda4627424 (patch) | |
tree | 9e3722d4e651029bfe6735c75fee1d2a6ae385a9 /changes/bug7350 | |
parent | 323cb655be7802a3f527bfa4278478d9fbd23944 (diff) | |
download | tor-ca50fb4f81a1f48c82d75825687085cda4627424.tar.gz tor-ca50fb4f81a1f48c82d75825687085cda4627424.zip |
Don't assert when writing a cell to a CLOSING connection.
Instead, drop the cell.
Fixes another case of bug 7350; bugfix on 0.2.4.4-alpha
Diffstat (limited to 'changes/bug7350')
-rw-r--r-- | changes/bug7350 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7350 b/changes/bug7350 new file mode 100644 index 0000000000..b0ee9d0919 --- /dev/null +++ b/changes/bug7350 @@ -0,0 +1,4 @@ + o Major bugfixes: + - Avoid an assertion when we discover that we'd like to write a cell + onto a closing connection: just discard the cell. Fixes another + case of bug 7350; bugfix on 0.2.4.4-alpha. |