]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Protect access to the Expr.y union using nearby assert()s and branches.
authordrh <>
Thu, 7 Oct 2021 20:46:29 +0000 (20:46 +0000)
committerdrh <>
Thu, 7 Oct 2021 20:46:29 +0000 (20:46 +0000)
commit477572b9f1afc0d4f377554b64ad2c2c9e3146ac
tree329242c96a36f3ee18f21d3bf988140d5f4c24bb
parent867bc4de2e998280e1c34c4d828708f9cb8bf62a
Protect access to the Expr.y union using nearby assert()s and branches.

FossilOrigin-Name: 87e2f5eb436fc448427b0e24fb70f29688796b513b8c7b12f1a21540dae1e56d
13 files changed:
manifest
manifest.uuid
src/alter.c
src/expr.c
src/fkey.c
src/parse.y
src/resolve.c
src/select.c
src/sqliteInt.h
src/treeview.c
src/vtab.c
src/wherecode.c
src/whereexpr.c