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 | f058db1f3d6fee5bc6506ece88cfd100eb86729d (patch) | |
tree | 0bc52a1c468cf69a032b3e5db2884bc2dc457a13 /changes/bug40190 | |
parent | f3da5f88d73f20ba1d28dde973c41e4ec45a02b6 (diff) | |
parent | 290007e3c48624060620b0340c1b4874487aab09 (diff) | |
download | tor-f058db1f3d6fee5bc6506ece88cfd100eb86729d.tar.gz tor-f058db1f3d6fee5bc6506ece88cfd100eb86729d.zip |
Merge branch 'maint-0.3.5' into maint-0.4.3
Diffstat (limited to 'changes/bug40190')
-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. |