| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
When __resolv_context_get returns NULL due to out of memory, translate it
to a return value of EAI_MEMORY.
|
| |
|
|
|
|
|
|
|
| |
No bug because this is not visible if glibc is built with
optimization. Otherwise this would be a critical resource leak.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
|
|
getaddrinfo is an entry point for nss functionality. This commit moves
it from 'sysdeps/posix' to 'nss', gets rid of the stub in 'posix', and
moves all associated tests as well.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
|