tor/changes/ticket33679
MrSquanchee cbd3f88831
Added tests for tor_addr_is_null/valid()
Added tests for tor_addr_is_valid(),
and added tests for tor_addr_is_null(),
which is not modfied.
Ticket 33679
2020-04-07 23:11:17 +05:30

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.