From d1b5ae903f330c03c32baa60fcc6679d148ad8ac Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 16 Jan 2013 12:08:10 -0500 Subject: When we get an END cell before CONNECTED, don't report SOCKS success Bug 7902; fix on 0.1.0.1-rc. --- changes/bug7902 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/bug7902 (limited to 'changes/bug7902') diff --git a/changes/bug7902 b/changes/bug7902 new file mode 100644 index 0000000000..051759dc0a --- /dev/null +++ b/changes/bug7902 @@ -0,0 +1,7 @@ + o Minor bugfixes: + - When we receive a RELAY_END cell with the reason DONE, or with no + reason, before receiving a RELAY_CONNECTED cell, report the SOCKS + status as "connection refused." Previously we reporting these + cases as success but then immediately closing the connection. + Fixes bug 7902; bugfix on 0.1.0.1-rc. Reported by "oftc_must_ + be_destroyed." -- cgit v1.2.3-54-g00ecf