inet: Add __inet6_scopeid_pton function [BZ #20611]
authorFlorian Weimer <fweimer@redhat.com>
Thu, 15 Sep 2016 13:46:30 +0000 (15:46 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 15 Sep 2016 13:46:30 +0000 (15:46 +0200)
commit80d8cb91dee8bdcc4e430b3e2620d95f89b1ee0b
tree3a0f59d773e165332cc67d89f2e8ef181d5b49fd
parenta0a9b6e376b75c07b4f65f270f008ce035bbf536
inet: Add __inet6_scopeid_pton function [BZ #20611]

__inet6_scopeid_pton implements strict validation of numeric scope IDs.
Use it in getaddrinfo and __res_vinit.
ChangeLog
inet/Makefile
inet/Versions
inet/inet6_scopeid_pton.c [new file with mode: 0644]
inet/net-internal.h [new file with mode: 0644]
inet/tst-inet6_scopeid_pton.c [new file with mode: 0644]
resolv/res_init.c
sysdeps/posix/getaddrinfo.c