From: hno <> Date: Wed, 9 Jul 2003 19:57:43 +0000 (+0000) Subject: Fix a memory corruption bug if log tags carrying "unsafe" data is used X-Git-Tag: SQUID_3_0_PRE1~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b722f9cebb4a0f16cea3a8dce9a4eff674a9de6c;p=thirdparty%2Fsquid.git Fix a memory corruption bug if log tags carrying "unsafe" data is used without a quoting context --- diff --git a/src/access_log.cc b/src/access_log.cc index e9c4f51d47..b5f82b7a8c 100644 --- a/src/access_log.cc +++ b/src/access_log.cc @@ -1,6 +1,6 @@ /* - * $Id: access_log.cc,v 1.84 2003/07/06 21:50:55 hno Exp $ + * $Id: access_log.cc,v 1.85 2003/07/09 13:57:43 hno Exp $ * * DEBUG: section 46 Access Log * AUTHOR: Duane Wessels @@ -759,7 +759,6 @@ accessLogCustom(AccessLogEntry * al, customlog * log) case LOG_QUOTE_NONE: newout = rfc1738_escape_unescaped(out); - newfree = 1; break; case LOG_QUOTE_QUOTES: