NPTL branch temporarily broken

2008-12-05 Thread Carmelo AMOROSO
Hi Khem, I'm seeing similar problem on sh4-nptl as happened to you as you told me yesterday.. Something recently merged is causing issues. I'm doing investigation and keep you all informed. Further I'm just writing a detailed report on current status of merge, that I can say is almost complete (

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

2008-12-05 Thread Hiroshi Shinji
Hi, I built root file system using buildroot, but some commands (ping(busybox), sshd, ntpdate, etc) occured segmentation fault in getaddrinfo(). So I read uclibc/libc/inet/getaddrinfo.c and found a bug in __check_pf(). (It has no NULL check and so on.) Please review this patch. Regards, -- Hir

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

2008-12-05 Thread Khem Raj
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. On Fri, Dec 5, 2008 at 1:16 PM, Hiroshi Shinji <[EMAIL PROTECTED]> wrote: > Hi, > > I built root file system using buildroot, but some > commands (ping(busybox), ss

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

2008-12-05 Thread Hiroshi Shinji
Hi Khem, Thanks for your comment. 2008/12/6 Khem Raj <[EMAIL PROTECTED]>: > 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. True. My environment has a interface that has no address. And, previous source code