]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improved rebustness in sqlite3ExprListDup() when it contains a vector assignment
authordrh <>
Mon, 5 Jul 2021 02:40:29 +0000 (02:40 +0000)
committerdrh <>
Mon, 5 Jul 2021 02:40:29 +0000 (02:40 +0000)
commite46292a9203e83558353f285ee8fdc07667c01db
treeb81ab2ef8b292024e00322c3e0f510a0f47064e6
parent10f08270e11937aa43ef62fcfb0f9650a7eb4deb
Improved rebustness in sqlite3ExprListDup() when it contains a vector assignment
from an UPDATE where the initial term is omitted.  This can happen during a
UNION ALL query flattening while processing a virtual table update in which
the first term of the vector is repeated.
[forum:/forumpost/16ca0e9f32|Forum post 16ca0e9f32].

FossilOrigin-Name: 2547cfe38f8fb35109b3fc5bdfada387fe4b2b8a304156b704ab7f03f1f71198
manifest
manifest.uuid
src/expr.c
src/treeview.c
test/fuzzdata8.db
test/vtab1.test