[td-225] fix invalid read.
This commit is contained in:
parent
3c27860216
commit
a945922c67
|
@ -689,7 +689,8 @@ static void tQueryIndexlessColumn(SSkipList* pSkipList, tQueryInfo* pQueryInfo,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (addToResult) {
|
if (addToResult) {
|
||||||
taosArrayPush(res, pData);
|
STableKeyInfo info = {.pTable = *(void**)pData, .lastKey = -1};
|
||||||
|
taosArrayPush(res, &info);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue