From ed0683d77478e73226e4e0535a13c8eacfff9b88 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 15 Feb 2000 23:44:15 +0000 Subject: Prevent a buffer overrun. svn path=/trunk/; revision=2755 --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 8daf5f3e..9157a14f 100644 --- a/driver.c +++ b/driver.c @@ -1543,7 +1543,7 @@ const int maxfetch; /* maximum number of messages to fetch */ } else { - char buf[POPBUFSIZE+1], *realhost; + char buf[MSGBUFSIZE+1], *realhost; int len, num, count, new, bytes, deletions = 0, *msgsizes = NULL; #if INET6_ENABLE int fetches, dispatches, oldphase; -- cgit v1.2.3