diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-16 23:13:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-16 23:13:30 -0400 |
commit | c856193199151bf26208981f63ca723f9c4cf5d6 (patch) | |
tree | 497743183d28cedfd4ad53beb7d488200e61d1cd /changes | |
parent | 74ddd5f739696749409c933f82cf3a93152da6cc (diff) | |
parent | 6ee9138576ae289c4ed726ddbb7b3f547f111f70 (diff) | |
download | tor-c856193199151bf26208981f63ca723f9c4cf5d6.tar.gz tor-c856193199151bf26208981f63ca723f9c4cf5d6.zip |
Merge remote-tracking branch 'andrea/bug11304'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11304 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11304 b/changes/bug11304 new file mode 100644 index 0000000000..2ea165f872 --- /dev/null +++ b/changes/bug11304 @@ -0,0 +1,5 @@ + o Bugfixes: + - If write_to_buf() in connection_write_to_buf_impl_() ever fails, + check if it's an or_connection_t and correctly call + connection_or_close_for_error() rather than connection_mark_for_close() + directly. Fixes bug #11304. |