diff options
| author | Florian Weimer <fweimer@redhat.com> | 2016-05-12 10:39:29 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2016-05-12 14:07:56 +0200 |
| commit | cd065b68439076971640047cc6eaada27dcfd0f7 (patch) | |
| tree | e55991d1c95ff325614bfda2e74b1cd5a08cd424 /ChangeLog | |
| parent | b7db76066054cbe496b4c8cea97b35d186569792 (diff) | |
| download | glibc-cd065b68439076971640047cc6eaada27dcfd0f7.tar.xz glibc-cd065b68439076971640047cc6eaada27dcfd0f7.zip | |
getaddrinfo: Convert from extend_alloca to struct scratch_buffer
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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] |
