summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-05-11 10:01:49 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-05-11 10:01:49 +0200
commit46ce8881ade788db56079622f47f648d4aaa003b (patch)
tree3d162805ea88b3d23c70c6a5381f99ab9480c000 /ChangeLog
parentfaa9066c4b4a758bb97a8a38173630d821bb6db5 (diff)
downloadglibc-46ce8881ade788db56079622f47f648d4aaa003b.tar.gz
getaddrinfo: Unconditionally use malloc for address list
getaddrinfo has to call malloc eventually anyway, so the complexity of avoiding malloc calls is not worth potential savings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0528b5a02f..4231a68860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-11 Florian Weimer <fweimer@redhat.com>
+
+ * sysdeps/posix/getaddrinfo.c (gethosts): Remove malloc_addrmem.
+ (gaih_inet): Likewise.
+
2017-05-10 Andreas Schwab <schwab@suse.de>
* nptl/tst-fork1.c: Include <support/test-driver.c>.