mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.2.8' into maint-0.2.9
This commit is contained in:
@@ -354,6 +354,15 @@ test_addr_ip6_helpers(void *arg)
|
||||
test_pton6_bad("1.2.3.4");
|
||||
test_pton6_bad(":1.2.3.4");
|
||||
test_pton6_bad(".2.3.4");
|
||||
/* Regression tests for 22789. */
|
||||
test_pton6_bad("0xfoo");
|
||||
test_pton6_bad("0x88");
|
||||
test_pton6_bad("0xyxxy");
|
||||
test_pton6_bad("0XFOO");
|
||||
test_pton6_bad("0X88");
|
||||
test_pton6_bad("0XYXXY");
|
||||
test_pton6_bad("0x");
|
||||
test_pton6_bad("0X");
|
||||
|
||||
/* test internal checking */
|
||||
test_external_ip("fbff:ffff::2:7", 0);
|
||||
|
||||
Reference in New Issue
Block a user