mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +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++) {
|
for (i = 0; i < depth ; i++) {
|
||||||
curindex[i] = ISPAGESIZE; /* Any big number will do */
|
curindex[i] = ISPAGESIZE; /* Any big number will do */
|
||||||
one_more[i]++;
|
one_more[i]++;
|
||||||
|
nodebuf[i] = NULL;
|
||||||
nodebufhd[i] = NULL;
|
nodebufhd[i] = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue