“e96879c202263c16e3608d335e3745b8e1d846f2”上不存在“projects/scalanlp/imports.yml”
未验证 提交 516b1d93 编写于 作者: M Minglei Jin 提交者: GitHub

Merge pull request #15144 from taosdata/fix/TS-1696-V24

fix: resolve a potential nullptr dereferencing on extraRow with update=2
...@@ -986,7 +986,9 @@ static SMemRow getSMemRowInTableMem(STableCheckInfo* pCheckInfo, int32_t order, ...@@ -986,7 +986,9 @@ static SMemRow getSMemRowInTableMem(STableCheckInfo* pCheckInfo, int32_t order,
return rmem; return rmem;
} else { } else {
pCheckInfo->chosen = CHECKINFO_CHOSEN_BOTH; pCheckInfo->chosen = CHECKINFO_CHOSEN_BOTH;
if (extraRow) {
*extraRow = rimem; *extraRow = rimem;
}
return rmem; return rmem;
} }
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册