]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix a memory corruption bug if log tags carrying "unsafe" data is used
authorhno <>
Wed, 9 Jul 2003 19:57:43 +0000 (19:57 +0000)
committerhno <>
Wed, 9 Jul 2003 19:57:43 +0000 (19:57 +0000)
without a quoting context

src/access_log.cc

index e9c4f51d47e2f982fe4b464e4e16cbefb9113f1b..b5f82b7a8c0279282bdafff2849d6decfe985457 100644 (file)
@@ -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: