提交 82b8d0ad 编写于 作者: G Ganlin Zhao

[TD-6343]<fix>: taos crash at tscSubquery.c:2447

上级 c97dc3e4
......@@ -2436,7 +2436,7 @@ static void doSendQueryReqs(SSchedMsg* pSchedMsg) {
SPair* p = pSchedMsg->msg;
for (int32_t i = p->first; i < p->second; ++i) {
if (i == pSql->subState.numOfSub) {
if (i >= pSql->subState.numOfSub) {
tfree(p);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册