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

avoid invalid read/write

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