aboutsummaryrefslogtreecommitdiff
path: root/changes/bug11302
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2014-04-15 23:03:16 -0700
committerAndrea Shepard <andrea@torproject.org>2014-04-15 23:03:16 -0700
commit65a0f895c7dd913071bcba5f1876ccf3b1286892 (patch)
tree695b431291a1a9ea6000ec62881cda3ba513efe5 /changes/bug11302
parent125c8e54680c936b9e532597372c62ac47af4fa9 (diff)
downloadtor-65a0f895c7dd913071bcba5f1876ccf3b1286892.tar.gz
tor-65a0f895c7dd913071bcba5f1876ccf3b1286892.zip
Check for orconns and use connection_or_close_for_error() when appropriate in connection_handle_write_impl()
Diffstat (limited to 'changes/bug11302')
-rw-r--r--changes/bug113024
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11302 b/changes/bug11302
new file mode 100644
index 0000000000..7416c69be6
--- /dev/null
+++ b/changes/bug11302
@@ -0,0 +1,4 @@
+ o Bugfixes:
+ - Check for orconns and use connection_or_close_for_error() rather than
+ connection_mark_for_close() directly in the getsockopt() failure case
+ of connection_handle_write_impl(). Fixes bug #11302.