diff options
author | David Goulet <dgoulet@torproject.org> | 2021-06-29 09:56:44 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-06-29 09:56:44 -0400 |
commit | 301ffb71a695e89f2e4905e2260fce15439259f1 (patch) | |
tree | 3f0b31db872dff862ba83fc37e6d49d98f31d23b /changes | |
parent | 45c8d69cbbde06cc8046e7f1fce25a5aee049d4e (diff) | |
download | tor-301ffb71a695e89f2e4905e2260fce15439259f1.tar.gz tor-301ffb71a695e89f2e4905e2260fce15439259f1.zip |
hs: Send back 0xF6 for a v2 onion address
Fixes #40421
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40421 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40421 b/changes/ticket40421 new file mode 100644 index 0000000000..d2dcc5533d --- /dev/null +++ b/changes/ticket40421 @@ -0,0 +1,3 @@ + o Minor bugfixes (onion service): + - Send back the extended SOCKS error 0xF6 for a v2 onion address. Fixes bug + 40421; bugfix on 0.4.6.2-alpha. |