提交 471b581c 编写于 作者: dengyihao's avatar dengyihao

avoid invalid read/write

上级 3f5884a5
......@@ -2937,8 +2937,7 @@ static int32_t sysFilte__DbName(void* arg, SNode* pNode, SArray* result) {
varDataSetLen(dbname, strlen(varDataVal(dbname)));
SOperatorNode* pOper = (SOperatorNode*)pNode;
SValueNode* pVal = (SValueNode*)pOper->pRight;
SValueNode* pVal = (SValueNode*)pOper->pRight;
bool reverse = false;
__optSysFilter func = optSysGetFilterFunc(pOper->opType, &reverse);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册