mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
cbd3f88831
Added tests for tor_addr_is_valid(), and added tests for tor_addr_is_null(), which is not modfied. Ticket 33679
5 lines
206 B
Plaintext
5 lines
206 B
Plaintext
o Minor features (IPv6 Support, address.c):
|
|
- Adds IPv6 support to tor_addr_is_valid(). Adds tests for the
|
|
above changes and tor_addr_is_null(). Closes ticket 33679.
|
|
Patch by MrSquanchee.
|