CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/15 12:27:27
Modified files:
usr.sbin/user : user.c
Log message:
Use user_from_uid(), uid_from_user(), group_from_gid() and
gid_from_group() when we are only checking whether an entry already
exists. Fixes crashes caused by the getpw* pointer invalidation
changes. OK bluhm@
