mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
This commit modifies the behavior of `parse_extended_address` in such a way that if it fails, it will always return a `BAD_HOSTNAME` value, which is then used to return the 0xF6 extended error code. This way, in any case that is not a valid v2 address, we return the 0xF6 error code, which is the expected behavior. Signed-off-by: David Goulet <dgoulet@torproject.org>
4 lines
212 B
Text
4 lines
212 B
Text
o Minor bugfix (SOCKS, onion service client):
|
|
- Also detect bad v3 onion service address of the wrong length when
|
|
returning the F6 ExtendedErrors code. Fixes bug 33873; bugfix on
|
|
0.4.3.1-alpha.
|