mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Avoid a possible use of an uninitialized variable following an I/O or OOM
error. FossilOrigin-Name: 641408a1395bfc911ca619ef9e5f073b913d856b
This commit is contained in:
@@ -4514,6 +4514,7 @@ case OP_SorterNext: { /* jump */
|
||||
|
||||
pC = p->apCsr[pOp->p1];
|
||||
assert( isSorter(pC) );
|
||||
res = 0;
|
||||
rc = sqlite3VdbeSorterNext(db, pC, &res);
|
||||
goto next_tail;
|
||||
case OP_PrevIfOpen: /* jump */
|
||||
|
Reference in New Issue
Block a user