INN commit: branches/2.4/storage/buffindexed (buffindexed.c)

INN Commit Russ_Allbery at isc.org
Tue Dec 2 17:36:30 UTC 2008


    Date: Tuesday, December 2, 2008 @ 09:36:30
  Author: iulius
Revision: 8207

Fixes lost initialization resolves a potential segfault.
Patch from Kirill Berezin.

Modified:
  branches/2.4/storage/buffindexed/buffindexed.c

---------------+
 buffindexed.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: buffindexed.c
===================================================================
--- buffindexed.c	2008-12-02 17:33:26 UTC (rev 8206)
+++ buffindexed.c	2008-12-02 17:36:30 UTC (rev 8207)
@@ -217,7 +217,7 @@
 
 static char LocalLogName[] = "buffindexed";
 static long		pagesize = 0;
-static OVBUFF		*ovbufftab;
+static OVBUFF		*ovbufftab = NULL;
 static int              GROUPfd;
 static GROUPHEADER      *GROUPheader = NULL;
 static GROUPENTRY       *GROUPentries = NULL;




More information about the inn-committers mailing list