aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5609b5cdc0..dee85ca13e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-05-12 Florian Weimer <fweimer@redhat.com>
+
+ * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Add tmpbuf
+ argument. Use scratch buffer instead of extend_alloca.
+ (gethosts): Use scratch buffer instead of extend_alloca.
+ (gaih_inet): Add tmpbuf argument. Use scratch buffer instead of
+ extend_alloca.
+ (getaddrinfo): Allocate scratch buffer and pass it to gaih_inet.
+
2016-05-11 Joseph Myers <joseph@codesourcery.com>
[BZ #20055]