1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Dbsqlfuzz found a new way to make that branch in codeVectorCompare

reachable.

FossilOrigin-Name: 959272c27555e39f180d46257afe45d41da1f5df38ea269196c06741ff6a278e
This commit is contained in:
drh
2021-03-19 16:29:40 +00:00
parent 4cf34a5e73
commit 340fd0bc23
4 changed files with 17 additions and 10 deletions

View File

@@ -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;