mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Added tests for tor_addr_is_valid(), and added tests for tor_addr_is_null(), which is not modfied. Ticket 33679
4 lines
206 B
Text
4 lines
206 B
Text
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.
|