On Fri, May 10, 2002 at 11:10:58AM +1000, Tim Potter wrote: > > Solaris has a couple extra fields in struct passwd. Since getpwent(3c) > > says that pw_age and pw_comment are not used, it seems reasonable not to > > fill them in. nscd may not use them, but assumes that they at least are > > pointers to allocated buffers. Since they are are not pointers to > > allocated buffers, a SEGV occurs.
OK I've checked in a patch to the HEAD branch. Would you mind seeing if this correctly fixes the problem? If so I'll merge it into the other branches. Tim.