Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 2004 14:15:08 -0700 (PDT)
From:      Jonathan Chen <jon@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen getpwent.c
Message-ID:  <200404212115.i3LLF89Y076960@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jon         2004/04/21 14:15:08 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/gen         getpwent.c 
  Log:
  Fix a bug that could result in getpw*() incorrectly returning NULL when NIS
  adjunct maps are used.  One symtom of this bug is sshd saying:
          login_get_lastlog: Cannot find account for uid X
  when logging in.  The problem here is caused by an incorrect reuse of the rv
  variable when previous values are needed later.
  
  Revision  Changes    Path
  1.87      +1 -0      src/lib/libc/gen/getpwent.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404212115.i3LLF89Y076960>