avoid invalid read/write
This commit is contained in:
parent
3f5884a510
commit
471b581cea
|
@ -2937,7 +2937,6 @@ 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;
|
||||
|
||||
bool reverse = false;
|
||||
|
|
Loading…
Reference in New Issue