diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-05-11 10:01:49 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-05-11 10:01:49 +0200 |
commit | 46ce8881ade788db56079622f47f648d4aaa003b (patch) | |
tree | 3d162805ea88b3d23c70c6a5381f99ab9480c000 /ChangeLog | |
parent | faa9066c4b4a758bb97a8a38173630d821bb6db5 (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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>. |