From owner-cvs-all Mon Jun 18 9: 9:31 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 54E8837B401; Mon, 18 Jun 2001 09:09:28 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5IG9Sq70178; Mon, 18 Jun 2001 09:09:28 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200106181609.f5IG9Sq70178@freefall.freebsd.org> From: David Malone Date: Mon, 18 Jun 2001 09:09:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getpwent.c X-FreeBSD-CVS-Branch: HEAD 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 dwmalone 2001/06/18 09:09:25 PDT Modified files: lib/libc/gen getpwent.c Log: If the username we are trying to look up in the db files won't fit into the buffer then act like it doesn't exist. The buffer is always big enough for any valid username. PR: 27860 Reviewed by: nectar Revision Changes Path 1.60 +4 -2 src/lib/libc/gen/getpwent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message