diff options
author | Benjamin Cama <b.cama@kerlink.fr> | 2017-06-22 15:49:28 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-22 15:49:28 +0200 |
commit | f768b450204f54b080ea5dc5c2071940604b424c (patch) | |
tree | 4a31fc6a3063a746ca92d5e904a9fb112722b019 /ChangeLog | |
parent | 0a47d031e44f15236bcef8aeba80e737bd013c6f (diff) | |
download | glibc-f768b450204f54b080ea5dc5c2071940604b424c.zip glibc-f768b450204f54b080ea5dc5c2071940604b424c.tar.gz glibc-f768b450204f54b080ea5dc5c2071940604b424c.tar.bz2 |
inet: __inet6_scopeid_pton should accept node-local addresses [BZ #21657]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2017-06-21 Benjamin Cama <b.cama@kerlink.fr> + + [BZ #21657] + * inet/inet6_scopeid_pton.c (__inet6_scopeid_pton): Permit scopes + on node-local addresses. + * inet/tst-inet6_scopeid_pton.c (do_test): Adjust test. + 2017-06-21 Florian Weimer <fweimer@redhat.com> * intl/loadmsgcat.c: Remove alloca support. |