From 6f45dde569d67db2e81828b2d31deb5120a838e8 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 26 Dec 2014 16:15:25 -0700 Subject: [PATCH] tt/mini_isam: Coverity (memory corruption, moderate) --- cde/lib/tt/mini_isam/isamaddindex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cde/lib/tt/mini_isam/isamaddindex.c b/cde/lib/tt/mini_isam/isamaddindex.c index 31610b6f..f660dfcd 100644 --- a/cde/lib/tt/mini_isam/isamaddindex.c +++ b/cde/lib/tt/mini_isam/isamaddindex.c @@ -555,6 +555,7 @@ _buildbtree(fcb, pkeydesc2, srt) for (i = 0; i < depth ; i++) { curindex[i] = ISPAGESIZE; /* Any big number will do */ one_more[i]++; + nodebuf[i] = NULL; nodebufhd[i] = NULL; } -- 2.25.1