tt/mini_isam: Coverity (memory corruption, moderate)

This commit is contained in:
Jon Trulson 2014-12-26 16:15:25 -07:00
parent ce7bdf9f62
commit 6f45dde569
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}