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:
parent
ce7bdf9f62
commit
6f45dde569
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue