diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-04-12 01:13:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-04-12 01:13:22 -0400 |
commit | 97246a5b6d6c2e25db14e7a82f4a01b876447101 (patch) | |
tree | 9d790c951efa9480608c7ab1780f7704fabd0395 /changes | |
parent | a1178cdbcf1f99715204567152635a57c705af0e (diff) | |
parent | 39ac1db60e8b920e1e6b07e08f7f3343960ece79 (diff) | |
download | tor-97246a5b6d6c2e25db14e7a82f4a01b876447101.tar.gz tor-97246a5b6d6c2e25db14e7a82f4a01b876447101.zip |
Merge remote-tracking branch 'public/bug5650_squashed' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5650 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5650 b/changes/bug5650 new file mode 100644 index 0000000000..401e317074 --- /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. + |