diff options
author | Roger Dingledine <arma@torproject.org> | 2009-11-23 10:13:50 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-11-23 10:13:50 -0500 |
commit | a89f51c936f8bd3c2aef3e9472d5310c83dc8fa7 (patch) | |
tree | 60ccea3b5df380caa39dd34c35a9bd3eee27971e /ChangeLog | |
parent | 0656c12b077f1241ca9b3b471b3d5f1b34dead94 (diff) | |
download | tor-a89f51c936f8bd3c2aef3e9472d5310c83dc8fa7.tar.gz tor-a89f51c936f8bd3c2aef3e9472d5310c83dc8fa7.zip |
fix race condition that can cause crashes at client or exit relay
Avoid crashing if the client is trying to upload many bytes and the
circuit gets torn down at the same time, or if the flip side
happens on the exit relay. Bugfix on 0.2.0.1-alpha; fixes bug 1150.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Changes in Version 0.2.1.21 - 20??-??-?? handshake from working unless we explicitly tell OpenSSL that we are using SSL renegotiation safely. We are, of course, but OpenSSL 0.9.8l won't work unless we say we are. + - Avoid crashing if the client is trying to upload many bytes and the + circuit gets torn down at the same time, or if the flip side + happens on the exit relay. Bugfix on 0.2.0.1-alpha; fixes bug 1150. o Minor bugfixes: - Do not refuse to learn about authority certs and v2 networkstatus |