[PATCH] bug in __check_pf() (getaddrinfo.c)

Denys Vlasenko vda.linux at googlemail.com
Tue Dec 9 00:16:59 UTC 2008


On Friday 05 December 2008 23:52, Khem Raj wrote:
> Getting NULL for ifa_addr means that the interface has no address. Do
> you know in what cases does this happen. Patch looks ok though.

I committed

+               if (runp->ifa_addr == NULL)
+                       continue;

part too, it does seem to be possible.
--
vda



More information about the uClibc mailing list