From owner-cvs-all Wed Aug 1 18:48:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 687C737B401; Wed, 1 Aug 2001 18:48:22 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f721mMr11607; Wed, 1 Aug 2001 18:48:22 -0700 (PDT) (envelope-from obrien) Message-Id: <200108020148.f721mMr11607@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 1 Aug 2001 18:48:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/chpass chpass.c edit.c pw_copy.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/01 18:48:22 PDT Modified files: (Branch: RELENG_4) usr.bin/chpass chpass.c edit.c pw_copy.c Log: MFC: Prevent chpass(1) from writing -1 in the UID or GID fields in the password file by properly casting integers. Revision Changes Path 1.16.2.1 +3 -2 src/usr.bin/chpass/chpass.c 1.16.2.2 +8 -6 src/usr.bin/chpass/edit.c 1.9.2.1 +4 -2 src/usr.bin/chpass/pw_copy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message