Close yet another buffer overrun

This commit is contained in:
Paul Traina 1996-12-16 18:21:00 +00:00
parent b7d2ba7cb8
commit 482bfccc70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20557

View File

@ -16,7 +16,7 @@
*/
#if !defined(lint) && !defined(LINT)
static char rcsid[] = "$Id: env.c,v 2.6 1994/01/15 20:43:43 vixie Exp $";
static char rcsid[] = "$Id: env.c,v 1.1.1.1 1994/08/27 13:43:02 jkh Exp $";
#endif
@ -115,7 +115,7 @@ load_env(envstr, f)
{
long filepos;
int fileline;
char name[MAX_TEMPSTR], val[MAX_ENVSTR];
char name[MAX_ENVSTR], val[MAX_ENVSTR];
int fields;
filepos = ftell(f);