mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Test another codepath in inet_ntop
This commit is contained in:
parent
cdbb04be10
commit
a8749ea9fd
@ -302,6 +302,7 @@ test_addr_ip6_helpers(void *arg)
|
||||
|
||||
//test_ntop6_reduces("0:0:0:0:0:0:c0a8:0101", "::192.168.1.1");
|
||||
test_ntop6_reduces("0:0:0:0:0:ffff:c0a8:0101", "::ffff:192.168.1.1");
|
||||
test_ntop6_reduces("0:0:0:0:0:0:c0a8:0101", "::192.168.1.1");
|
||||
test_ntop6_reduces("002:0:0000:0:3::4", "2::3:0:0:4");
|
||||
test_ntop6_reduces("0:0::1:0:3", "::1:0:3");
|
||||
test_ntop6_reduces("008:0::0", "8::");
|
||||
|
Loading…
Reference in New Issue
Block a user