[RFC][PATCH 2/4][BZ 17083] NSS: Parse zone identifier of IPv6 addresses in /etc/hosts

Florian Weimer fweimer@redhat.com
Tue Sep 12 10:00:00 GMT 2017


On 09/05/2017 06:05 PM, Łukasz Stelmach wrote:
> +	   ret = getaddrinfo(addr, NULL, &hints, &res);

That makes me rather nervous due to the potential for recursion.  Can we
factor out the AI_NUMERICHOST code into a separate function instead?

Thanks,
Florian



More information about the Libc-alpha mailing list