about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-03 08:37:13 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-03 08:37:31 +0200
commit363911ce1313a246b7d33f0983a09e7ab2525b3a (patch)
treea35ff50d2244edd0ec9550c95bad86a905638904 /ChangeLog
parent808fd9e6fe23f96078d4e297de1131117d3898bb (diff)
downloadglibc-363911ce1313a246b7d33f0983a09e7ab2525b3a.tar.gz
glibc-363911ce1313a246b7d33f0983a09e7ab2525b3a.tar.xz
glibc-363911ce1313a246b7d33f0983a09e7ab2525b3a.zip
getaddrinfo: Eliminate another strdup call
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a97f09d3da..b22786ff70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-03  Florian Weimer  <fweimer@redhat.com>
+
+	* sysdeps/posix/getaddrinfo.c (gaih_inet): Call __strdup instead
+	of strdup.
+
 2017-06-02  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86/cacheinfo.c (__x86_shared_non_temporal_threshold):