diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-21 13:35:37 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-21 13:35:37 +0200 |
commit | 76b8266f990a2912f42d1b7050840e8c7f14f2c2 (patch) | |
tree | b9e22ec6506e42f91a482ad0caf402805646eeb1 /ChangeLog | |
parent | 60149b28590be28051f99d0a343d7fbe002f2a8c (diff) | |
download | glibc-76b8266f990a2912f42d1b7050840e8c7f14f2c2.zip glibc-76b8266f990a2912f42d1b7050840e8c7f14f2c2.tar.gz glibc-76b8266f990a2912f42d1b7050840e8c7f14f2c2.tar.bz2 |
getaddrinfo: Avoid stack copy of IPv6 address
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2017-06-21 Florian Weimer <fweimer@redhat.com> + * sysdeps/posix/getaddrinfo.c (gaih_inet): Call __inet_pton_length + to parse addresses with IPv6 scope IDs. + +2017-06-21 Florian Weimer <fweimer@redhat.com> + Add the __inet_pton_length helper function. * resolv/resolv-internal.h (__inet_pton_length): Declare. * resolv/inet_pton (__inet_pton_length): Rename from __inet_pton. |