aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-04-10 19:30:41 -0400
committerNick Mathewson <nickm@torproject.org>2013-04-12 01:11:31 -0400
commit39ac1db60e8b920e1e6b07e08f7f3343960ece79 (patch)
tree9d934519662d30f52baaa84d844236910ffc8170 /changes
parent9630fb917f3549b3fcbd4a3885e0c47f4be9be36 (diff)
downloadtor-39ac1db60e8b920e1e6b07e08f7f3343960ece79.tar
tor-39ac1db60e8b920e1e6b07e08f7f3343960ece79.tar.gz
Avoid busy-looping on WANTREAD within connection_handle_write
Fix for bug 5650. Also, if we get a WANTREAD while reading while writing, make sure we're reading.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug56505
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5650 b/changes/bug5650
new file mode 100644
index 000000000..401e31707
--- /dev/null
+++ b/changes/bug5650
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - Avoid a bug where our response to TLS renegotation under certain
+ network conditions could lead to a busy-loop, with 100% CPU
+ consumption. Fixes bug 5650; bugfix on 0.2.0.16-alpha.
+