]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Protect all accesses to the Expr.x union using nearby assert()s and branches.
authordrh <>
Thu, 7 Oct 2021 17:43:30 +0000 (17:43 +0000)
committerdrh <>
Thu, 7 Oct 2021 17:43:30 +0000 (17:43 +0000)
commita4eeccdfdf9a9b4a5a007d17ac51f124656272d9
tree88ceffcbf0266114987be591131990addc08ca46
parent9d43db5b5c82a4242b97cd85c8950c3fcd1d6961
Protect all accesses to the Expr.x union using nearby assert()s and branches.

FossilOrigin-Name: 8eaa1d4a98b24adf245bbd2fe9212aa6a924a0f09c445906d7f87574f36a7423
14 files changed:
manifest
manifest.uuid
src/expr.c
src/func.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/treeview.c
src/vdbemem.c
src/walker.c
src/where.c
src/wherecode.c
src/whereexpr.c
src/window.c