summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/lib
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-12-16 18:21:00 +0000
committerpst <pst@FreeBSD.org>1996-12-16 18:21:00 +0000
commitec712ef4762ea99c9ccd86fb79d59fb1e68d8213 (patch)
tree837672108b6bfcf214ad01ad2715926176e1318f /usr.sbin/cron/lib
parentf3d689d039ed8d63aa4fdf34cb206ef08d10b1e8 (diff)
downloadFreeBSD-src-ec712ef4762ea99c9ccd86fb79d59fb1e68d8213.zip
FreeBSD-src-ec712ef4762ea99c9ccd86fb79d59fb1e68d8213.tar.gz
Close yet another buffer overrun
Diffstat (limited to 'usr.sbin/cron/lib')
-rw-r--r--usr.sbin/cron/lib/env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/lib/env.c b/usr.sbin/cron/lib/env.c
index 535cb37..f370601 100644
--- a/usr.sbin/cron/lib/env.c
+++ b/usr.sbin/cron/lib/env.c
@@ -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);
OpenPOWER on IntegriCloud