CVSROOT: /cvs Module name: src Changes by: mes...@cvs.openbsd.org 2018/09/26 08:54:58
Modified files: usr.sbin/user : user.c Log message: Fix segfault in usermod -l by swapping one of the getpwnam(3) with uid_from_user(3). This started happening a few days ago after the change to the pwcache in libc. OK millert@