Subject: CVS commit: src/lib/libpam/modules/pam_unix
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/19/2005 03:40:16
Module Name: src
Committed By: lukem
Date: Tue Apr 19 03:40:16 UTC 2005
Modified Files:
src/lib/libpam/modules/pam_unix: pam_unix.c
Log Message:
Safety boots: don't depend upon getpwnam_r() to set pwd to NULL on all
failures, especially if we're going to ignore the return result.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/lib/libpam/modules/pam_unix/pam_unix.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.