aboutsummaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authordrh <>2021-03-19 16:29:40 +0000
committerdrh <>2021-03-19 16:29:40 +0000
commit340fd0bc232ffeb38f605c4360569e82130c3b4b (patch)
treec37f51cbe42cd4b96cce01159f97a604dbd47f8c /src/expr.c
parent4cf34a5e731c9e56b9e959091f406b35d1a1d5f9 (diff)
downloadsqlite-340fd0bc232ffeb38f605c4360569e82130c3b4b.tar.gz
sqlite-340fd0bc232ffeb38f605c4360569e82130c3b4b.zip
Dbsqlfuzz found a new way to make that branch in codeVectorCompare
reachable. FossilOrigin-Name: 959272c27555e39f180d46257afe45d41da1f5df38ea269196c06741ff6a278e
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c
index fb8456b19..bd12ad9f0 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -615,7 +615,7 @@ static void codeVectorCompare(
int isCommuted = ExprHasProperty(pExpr,EP_Commuted);
assert( !ExprHasVVAProperty(pExpr,EP_Immutable) );
- if( NEVER(pParse->nErr) ) return;
+ if( pParse->nErr ) return;
if( nLeft!=sqlite3ExprVectorSize(pRight) ){
sqlite3ErrorMsg(pParse, "row value misused");
return;