cvs commit: src/include pwd.h src/lib/libc/gen getpwent.c src/usr.sbin/pwd_mkdb pwd_mkdb.c

Andrey A. Chernov ache at nagual.pp.ru
Mon Apr 21 08:23:32 PDT 2003


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...




More information about the cvs-src mailing list