From d8feff7f2b7dc577cf498dee2277e18ca6586f26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Tue, 1 Jun 2010 11:37:35 +0000 Subject: [PATCH] Initialize string memory --- squidguard_report.c | 1 + 1 file changed, 1 insertion(+) diff --git a/squidguard_report.c b/squidguard_report.c index e677c2c..ed176d1 100644 --- a/squidguard_report.c +++ b/squidguard_report.c @@ -54,6 +54,7 @@ void squidguard_report(void) struct tm t; ouser[0]='\0'; + ouser2[0]='\0'; sprintf(squidguard_in,"%s/redirector.log",tmp); if(!squidguard_count) { -- 2.47.2