Date: Wed, 20 Oct 1999 08:20:01 -0700 (PDT) From: Andrew Gallatin <gallatin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chpass pw_yp.c Message-ID: <199910201520.IAA50392@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gallatin 1999/10/20 08:20:00 PDT Modified files: usr.bin/chpass pw_yp.c Log: fix a serious bug where, on alpha, due to a an int/long type mismatch, the uid arg to use_yp() was getting clobbered by the call to my_yp_match(). This led to a problem where a NIS user could edit root's passwd information. Revision Changes Path 1.16 +2 -2 src/usr.bin/chpass/pw_yp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910201520.IAA50392>