]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If OP_Rewind has P2 of zero, that is an assertion that the table is never code-generator-20230111
authordrh <>
Wed, 11 Jan 2023 17:50:24 +0000 (17:50 +0000)
committerdrh <>
Wed, 11 Jan 2023 17:50:24 +0000 (17:50 +0000)
commitd2467a89fd929bf30120d1715ece107c25215f8a
tree9480ed1b22fa90470cce33e1d16812c4e2492ee9
parentd2b11786e8dbd5a1e2c9d8ee638b170a2f25efdb
If OP_Rewind has P2 of zero, that is an assertion that the table is never
empty.  This fixes a false-positive in the out-of-subroutine jump detection
logic added in version 3.39.0, and which was causing the assertion on the
previous check-in.

FossilOrigin-Name: 33fd9997ebb88f0d78522c036e75aef08015d31d28b1cbee08ae7c4cd5ecc6aa
manifest
manifest.uuid
src/vdbe.c
src/window.c