diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-14 20:02:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-14 20:02:00 +0000 |
commit | c41a27ecece1cc282473c8b49974c9a9934c3962 (patch) | |
tree | 10f9445f1c3f97bf8fa80f00461a05d3a5261543 /ChangeLog | |
parent | 746980bba7239fd16c5aee82a7e5b079028d5bf1 (diff) | |
download | tor-c41a27ecece1cc282473c8b49974c9a9934c3962.tar.gz tor-c41a27ecece1cc282473c8b49974c9a9934c3962.zip |
minimal (i think) backport of r17625
svn:r17626
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ Changes in version 0.2.0.33 - 200?-??-?? + o Major bugfixes: + - 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 bugfixes: - Do not mark smartlist_bsearch_idx() function as ATTR_PURE. This bug could make gcc generate non-functional binary search code. Bugfix |