diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:42:31 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:42:31 -0500 |
commit | be81ecba3a770690d949aa0b71a8e88c90752199 (patch) | |
tree | 2ec126b5f31669a8301fd0f08e6056a01dc0a2b1 /changes | |
parent | a3f2bc8f13eaa0868192b80186710c0765f26c59 (diff) | |
parent | f058db1f3d6fee5bc6506ece88cfd100eb86729d (diff) | |
download | tor-be81ecba3a770690d949aa0b71a8e88c90752199.tar.gz tor-be81ecba3a770690d949aa0b71a8e88c90752199.zip |
Merge branch 'maint-0.4.3' into maint-0.4.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40190 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40190 b/changes/bug40190 new file mode 100644 index 0000000000..0f3d6941dc --- /dev/null +++ b/changes/bug40190 @@ -0,0 +1,4 @@ + o Minor bugfixes (SOCKS5): + - Handle partial socks5 messages correctly. Previously, our code would + send an incorrect error message if it got a socks5 request that wasn't + complete. Fixes bug 40190; bugfix on 0.3.5.1-alpha. |