From: wessels <> Date: Thu, 25 Jul 1996 11:47:33 +0000 (+0000) Subject: - Squid-1.0 changes up to 1.0.4. X-Git-Tag: SQUID_3_0_PRE1~5996 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d02438c187bd55148d16ff9a3e2c4c112aea5b;p=thirdparty%2Fsquid.git - Squid-1.0 changes up to 1.0.4. --- diff --git a/src/gopher.cc b/src/gopher.cc index faaaaa2c3e..cb2b56c59d 100644 --- a/src/gopher.cc +++ b/src/gopher.cc @@ -1,5 +1,5 @@ /* - * $Id: gopher.cc,v 1.35 1996/07/20 03:16:50 wessels Exp $ + * $Id: gopher.cc,v 1.36 1996/07/25 05:47:33 wessels Exp $ * * DEBUG: section 10 Gopher * AUTHOR: Harvest Derived @@ -386,9 +386,9 @@ void gopherToHTML(data, inbuf, len) char gtype; StoreEntry *entry = NULL; - memset(outbuf, '\0', sizeof(outbuf)); - memset(tmpbuf, '\0', sizeof(outbuf)); - memset(line, '\0', sizeof(outbuf)); + memset(outbuf, '\0', TEMP_BUF_SIZE << 4); + memset(tmpbuf, '\0', TEMP_BUF_SIZE); + memset(line, '\0', TEMP_BUF_SIZE); entry = data->entry;