diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:42:26 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:42:26 -0500 |
commit | 290007e3c48624060620b0340c1b4874487aab09 (patch) | |
tree | 2f5fac33d6b4d22700a6d4c8dd05f67d88f5ffce /changes | |
parent | 02bd135cb188531e8a6ee95959d7fe1d7f9635a8 (diff) | |
parent | c4fe66e342292b45f29e9fd242b66a0ca27a7758 (diff) | |
download | tor-290007e3c48624060620b0340c1b4874487aab09.tar.gz tor-290007e3c48624060620b0340c1b4874487aab09.zip |
Merge branch 'tor-gitlab/mr/239' into maint-0.3.5
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. |