mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
da6aa7bfa5
URI syntax (and DNS syntax) allows for a single trailing `.` to explicitly distinguish between a relative and absolute (fully-qualified) domain name. While this is redundant in that RFC 1928 DOMAINNAME addresses are *always* fully-qualified, certain clients blindly pass the trailing `.` along in the request. Fixes bug 16674; bugfix on 0.2.6.2-alpha.
6 lines
305 B
Plaintext
6 lines
305 B
Plaintext
o Minor features (client):
|
|
- Relax the validation done to hostnames in SOCKS5 requests, and allow
|
|
a single trailing '.' to cope with clients that pass FQDNs using that
|
|
syntax to explicitly indicate that the domain name is
|
|
fully-qualified. Fixes bug 16674; bugfix on 0.2.6.2-alpha.
|