summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-02 16:35:13 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-02 16:35:13 +0200
commit6257fcfd58479f6b7ae0fdde045b9ff144d543da (patch)
tree3c0814cea66c3a2e09948ed411f24dd116495fcf /ChangeLog
parentca4b396ebebf8869e199268edbb5808bb5488c50 (diff)
downloadglibc-6257fcfd58479f6b7ae0fdde045b9ff144d543da.tar.gz
glibc-6257fcfd58479f6b7ae0fdde045b9ff144d543da.tar.xz
glibc-6257fcfd58479f6b7ae0fdde045b9ff144d543da.zip
getaddrinfo: Fix localplt failure involving strdup
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b0a09b166..f37370c60c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-06-02  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/posix/getaddrinfo.c (gethosts): Eliminate another
+	strdupa.
+	(getcanonname): Use __strdup instead of strdup.
+
 2017-06-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* misc/Makefile (CFLAGS-preadv2.c): New rule.