From owner-cvs-usrsbin Mon Oct 21 20:53:22 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA13172 for cvs-usrsbin-outgoing; Mon, 21 Oct 1996 20:53:22 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA13158; Mon, 21 Oct 1996 20:53:10 -0700 (PDT) Date: Mon, 21 Oct 1996 20:53:10 -0700 (PDT) From: Bill Paul Message-Id: <199610220353.UAA13158@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd pw_copy.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/21 20:53:09 Modified: usr.sbin/rpc.yppasswdd pw_copy.c Log: Since rpc.yppasswdd(8) also supports adding entries to the /var/yp/master.passwd template file and it uses the same kind of code as chpass(1), it may also be vulnerable to the bug from PR #1519. May as well deal with it since I'm in the area. (yppasswdd in -stable doesn't do additions, therefore it shouldn't be have this problem.) Revision Changes Path 1.2 +25 -8 src/usr.sbin/rpc.yppasswdd/pw_copy.c