Date: Mon, 18 Jun 2001 09:09:26 -0700 (PDT) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getpwent.c Message-ID: <200106181609.f5IG9Sq70178@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106181609.f5IG9Sq70178>