aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-14 19:40:56 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-14 19:40:56 +0000
commit5822e14dc96b08c059c4af94f4707635610b18ad (patch)
tree23cc45eb0e18108b29fa1ab209766c341736dbee /ChangeLog
parent2ad06eef11095f0895ee0cf0545dfc5ae1a19f46 (diff)
downloadtor-5822e14dc96b08c059c4af94f4707635610b18ad.tar
tor-5822e14dc96b08c059c4af94f4707635610b18ad.tar.gz
When a stream at an exit relay is in state "resolving" or
"connecting" and it receives an "end" relay cell, the exit relay would silently ignore the end cell and not close the stream. If the client never closes the circuit, then the exit relay never closes the TCP connection. Bug introduced in Tor 0.1.2.1-alpha; reported by "wood". svn:r17625
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9625aff7..f96606549 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@ Changes in version 0.2.1.9-alpha - 200?-??-??
- Fix a logic error that would automatically reject all but the first
configured DNS server. Bugfix on 0.2.1.5-alpha. Possible fix for part
of bug 813/868. Bug spotted by coderman.
+ - When a stream at an exit relay is in state "resolving" or
+ "connecting" and it receives an "end" relay cell, the exit relay
+ would silently ignore the end cell and not close the stream. If
+ the client never closes the circuit, then the exit relay never
+ closes the TCP connection. Bug introduced in Tor 0.1.2.1-alpha;
+ reported by "wood".
o Minor features:
- Give a better error message when an overzealous init script says,