aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-21 13:35:37 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-21 13:35:37 +0200
commit76b8266f990a2912f42d1b7050840e8c7f14f2c2 (patch)
treeb9e22ec6506e42f91a482ad0caf402805646eeb1 /ChangeLog
parent60149b28590be28051f99d0a343d7fbe002f2a8c (diff)
downloadglibc-76b8266f990a2912f42d1b7050840e8c7f14f2c2.zip
glibc-76b8266f990a2912f42d1b7050840e8c7f14f2c2.tar.gz
glibc-76b8266f990a2912f42d1b7050840e8c7f14f2c2.tar.bz2
getaddrinfo: Avoid stack copy of IPv6 address
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3a8284..2cd20ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.