From owner-cvs-usrsbin Sun Mar 2 13:36:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA04218 for cvs-usrsbin-outgoing; Sun, 2 Mar 1997 13:36:21 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA04209; Sun, 2 Mar 1997 13:36:19 -0800 (PST) Date: Sun, 2 Mar 1997 13:36:19 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199703022136.NAA04209@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pw pw_user.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/03/02 13:36:19 Modified: usr.sbin/pw pw_user.c Log: Fix MAXLOGNAME usage, the code has wrong assumption that it must be NUL terminated Revision Changes Path 1.16 +3 -3 src/usr.sbin/pw/pw_user.c