From owner-cvs-all Wed Oct 20 8:20: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 40FB61B982; Wed, 20 Oct 1999 08:20:01 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA50392; Wed, 20 Oct 1999 08:20:01 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199910201520.IAA50392@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 20 Oct 1999 08:20:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chpass pw_yp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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