From: Keith Bostic Date: Wed, 21 Dec 1988 15:10:48 +0000 (-0800) Subject: since user can put information in the password file (gecos field) X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~36 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/2f710f17747eec1c74b19be952c6ae9f61af724e since user can put information in the password file (gecos field) can get overrun and produce bad results; also, increase max line length to 1024, since gecos field used by lots of places for extra information. bug report 4.3BSD-tahoe/bin/13 SCCS-vsn: lib/libc/gen/getpwent.c 5.4 --- diff --git a/usr/src/lib/libc/gen/getpwent.c b/usr/src/lib/libc/gen/getpwent.c index 21d1a174ce..3536ac55b6 100644 --- a/usr/src/lib/libc/gen/getpwent.c +++ b/usr/src/lib/libc/gen/getpwent.c @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)getpwent.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)getpwent.c 5.4 (Berkeley) %G%"; #endif /* LIBC_SCCS and not lint */ #include