aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2014-04-15 21:25:49 -0700
committerAndrea Shepard <andrea@torproject.org>2014-04-15 21:25:49 -0700
commit6ee9138576ae289c4ed726ddbb7b3f547f111f70 (patch)
tree28205e4ad3ae6384ba48cded836926ff2a2255eb /changes
parent125c8e54680c936b9e532597372c62ac47af4fa9 (diff)
downloadtor-6ee9138576ae289c4ed726ddbb7b3f547f111f70.tar
tor-6ee9138576ae289c4ed726ddbb7b3f547f111f70.tar.gz
Call connection_or_close_for_error() properly if write_to_buf() ever fails on an orconn
Diffstat (limited to 'changes')
-rw-r--r--changes/bug113045
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11304 b/changes/bug11304
new file mode 100644
index 000000000..2ea165f87
--- /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.