diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-14 19:40:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-14 19:40:56 +0000 |
commit | 5822e14dc96b08c059c4af94f4707635610b18ad (patch) | |
tree | 23cc45eb0e18108b29fa1ab209766c341736dbee /ChangeLog | |
parent | 2ad06eef11095f0895ee0cf0545dfc5ae1a19f46 (diff) | |
download | tor-5822e14dc96b08c059c4af94f4707635610b18ad.tar.gz tor-5822e14dc96b08c059c4af94f4707635610b18ad.zip |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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, |