diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2014-09-21 19:17:44 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-29 09:14:42 -0400 |
commit | c5ad890904b68596d1081ce92307f57e67a5e3e4 (patch) | |
tree | 9908c6a2e1ae43d55b3c9d9fd89028717be44081 /changes/bug12971 | |
parent | e170205cd8aae085687ca3b166bcc38b2134fc22 (diff) | |
download | tor-c5ad890904b68596d1081ce92307f57e67a5e3e4.tar.gz tor-c5ad890904b68596d1081ce92307f57e67a5e3e4.zip |
Respond with 'Command not supported' SOCKS5 reply message upon reception of unsupported request.
Diffstat (limited to 'changes/bug12971')
-rw-r--r-- | changes/bug12971 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug12971 b/changes/bug12971 new file mode 100644 index 0000000000..e548bbfa11 --- /dev/null +++ b/changes/bug12971 @@ -0,0 +1,5 @@ + o Bugfixes: + - Handle unsupported SOCKS5 requests properly by responding with + 'Command not supported' reply message before closing a TCP connection + to the user. Fixes bug 12971. + |