diff options
author | MrSquanchee <usuraj35@gmail.com> | 2020-03-20 23:57:40 +0530 |
---|---|---|
committer | MrSquanchee <usuraj35@gmail.com> | 2020-04-07 23:11:17 +0530 |
commit | cbd3f88831f4a0f6cd9450621e50d8ba062f76ef (patch) | |
tree | 3b7511a1d295ed3f75a75126529891a6981c0dec /changes/ticket33679 | |
parent | 065ccda4f67023c752162227c77b0e1319e30b85 (diff) | |
download | tor-cbd3f88831f4a0f6cd9450621e50d8ba062f76ef.tar.gz tor-cbd3f88831f4a0f6cd9450621e50d8ba062f76ef.zip |
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
Diffstat (limited to 'changes/ticket33679')
-rw-r--r-- | changes/ticket33679 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33679 b/changes/ticket33679 new file mode 100644 index 0000000000..d37842d065 --- /dev/null +++ b/changes/ticket33679 @@ -0,0 +1,4 @@ + 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. |