1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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

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