From owner-cvs-libexec Sun Feb 2 06:43:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20422 for cvs-libexec-outgoing; Sun, 2 Feb 1997 06:43:36 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20413; Sun, 2 Feb 1997 06:43:34 -0800 (PST) Date: Sun, 2 Feb 1997 06:43:34 -0800 (PST) From: David Nugent Message-Id: <199702021443.GAA20413@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/getty main.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 97/02/02 06:43:33 Modified: libexec/getty main.c Log: Make username size dependant on MAXLOGNAME in sys/param.h. Was previously hard-coded at 16 characters (and possibly overflowing the field when NUL terminating a username of exactly 16 characters in length). Revision Changes Path 1.16 +2 -2 src/libexec/getty/main.c