]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Protect all accesses to the FuncDef.u and Expr.u unions using nearby
authordrh <>
Thu, 7 Oct 2021 13:40:29 +0000 (13:40 +0000)
committerdrh <>
Thu, 7 Oct 2021 13:40:29 +0000 (13:40 +0000)
commitf9751074377d444231f7e9a05404a87051f10c8a
tree0bc16bb38d130a22c65fcd4f501f72eeef2ce790
parent78b2fa8610bd2d149af7746faa79f095e505550c
Protect all accesses to the FuncDef.u and Expr.u unions using nearby
assert()s or branches.

FossilOrigin-Name: 9af863f065e0bef491c2ab7525194505f9516f4e6dfc789d2e3a9d2c2438533a
19 files changed:
manifest
manifest.uuid
src/attach.c
src/build.c
src/callback.c
src/expr.c
src/func.c
src/insert.c
src/main.c
src/pragma.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/treeview.c
src/util.c
src/vdbeaux.c
src/vdbemem.c
src/whereexpr.c
src/window.c