]> git.cameronkatri.com Git - pw-darwin.git/commit
Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.
authorBill Paul <wpaul@FreeBSD.org>
Sat, 29 Mar 1997 20:29:12 +0000 (20:29 +0000)
committerBill Paul <wpaul@FreeBSD.org>
Sat, 29 Mar 1997 20:29:12 +0000 (20:29 +0000)
commit293e929cf55475ad17ed58281f786522f8d2495a
treecbb1f40667301203f66251e20a5857a4d8856dde
parent07815d1ab6e165b660f9813e1e31f32249634219
Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.
(I'm not sure why this happens, though I suspect it may be because
the server is configured with only passwd maps instead of both passwd
and master.passwd maps. This is allowed, but I think in this case
pw_class is left NULL, hence the problem.)

Also applied similar patch to chpass/pw_yp.c just for paranoia's sake.
chpass/pw_yp.c