summaryrefslogtreecommitdiff
path: root/changes/bug11302
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-07-16 16:58:41 +0200
committerNick Mathewson <nickm@torproject.org>2014-07-16 16:58:41 +0200
commitb408125288ad6943d7ed3b468ad9179a93d1359c (patch)
treea6e0169b60409a868885f4da34dcccae88dccd94 /changes/bug11302
parent0ef5d4d633dc40ad12eaf65608325d1e5045b812 (diff)
parent65a0f895c7dd913071bcba5f1876ccf3b1286892 (diff)
downloadtor-b408125288ad6943d7ed3b468ad9179a93d1359c.tar.gz
tor-b408125288ad6943d7ed3b468ad9179a93d1359c.zip
Merge remote-tracking branch 'andrea/bug11302'
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.