Date: Mon, 21 Apr 2003 10:46:15 -0500 From: "Jacques A. Vidrine" <nectar@FreeBSD.org> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c Message-ID: <20030421154615.GA68880@madman.celabo.org> In-Reply-To: <20030421152328.GA28090@nagual.pp.ru> References: <20030420141848.K631@znfgre.tberna.bet> <20030420230000.GB32112@madman.celabo.org> <20030421081209.GA17060@nagual.pp.ru> <20030421094604.GA23809@nagual.pp.ru> <20030421131512.GA49677@madman.celabo.org> <20030421132821.GA26205@nagual.pp.ru> <20030421133907.GC61593@madman.celabo.org> <20030421134426.GA27011@nagual.pp.ru> <20030421140243.GG61593@madman.celabo.org> <20030421152328.GA28090@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 21, 2003 at 07:23:28PM +0400, Andrey A. Chernov wrote: > On Mon, Apr 21, 2003 at 09:02:43 -0500, Jacques A. Vidrine wrote: > > > > The entire `struct compat_state st' structure is initialized to zeros > > when allocated via calloc, so that's not it. > > st->exclude initializer (i.e. compat_exclude()) is called only for '-' > entries, but I have no such things. It means that st->exclude must be > NULL, but it isn't. > > Another thing is that gdb can be off one line, so it caused by previous > line. I'll try to insert some debugging printfs... No, I meant `calloc' initializes `st' to zeros. But, I think I found it. I could not reproduce your problem, but I found something in that area that was definitely wrong. Can you please try revision 1.2 of src/lib/libc/include/nss_tls.h ? Thanks! -- Jacques A. Vidrine <nectar@celabo.org> http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030421154615.GA68880>