aboutsummaryrefslogtreecommitdiff
path: root/resolv/tst-inet_pton.c
AgeCommit message (Collapse)Author
2017-06-23inet_pton: Reject IPv6 addresses with many leading zeros [BZ #16637]Florian Weimer
2001:db8:00001::f is not a valid IPv6 address according to RFC 2373.
2017-06-21__inet_pton_length: Implement new internal helper functionFlorian Weimer