getaddrinfo: Get rid of alloca
commit955a47a4bf517ac17d24829547bafd2a79e584e1
authorJoe Simmons-Talbott <josimmon@redhat.com>
Wed, 6 Sep 2023 13:32:46 +0000 (6 13:32 +0000)
committerJoe Simmons-Talbott <josimmon@redhat.com>
Wed, 6 Sep 2023 13:33:02 +0000 (6 13:33 +0000)
tree8ee25c7dc617a12de20231c05e1eb4bcf72d155a
parent3d6fcf1bd7f462d333c36a14efc0e03f2fdd3f9e
getaddrinfo: Get rid of alloca

Use a scratch_buffer rather than alloca to avoid potential stack
overflow.
sysdeps/posix/getaddrinfo.c