diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-29 09:18:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-29 09:18:03 -0400 |
commit | 11ebbf5e88a55c15bdec0d16f0f60b24ee747fc9 (patch) | |
tree | 70baaebe2337e0b8f426117727357d56f00504bf /changes | |
parent | 5e8cc766e6a4d297c66ff1afd6a5f8024607ef9c (diff) | |
parent | fcebc8da95af5ccb28d715a6897566ea1c190a03 (diff) | |
download | tor-11ebbf5e88a55c15bdec0d16f0f60b24ee747fc9.tar.gz tor-11ebbf5e88a55c15bdec0d16f0f60b24ee747fc9.zip |
Merge branch 'bug12971_take2_squashed'
Diffstat (limited to 'changes')
-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. + |