]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When creating a new virtual table, ensure that the OP_ParseSchema opcode
authordrh <drh@noemail.net>
Sat, 21 Dec 2019 19:37:09 +0000 (19:37 +0000)
committerdrh <drh@noemail.net>
Sat, 21 Dec 2019 19:37:09 +0000 (19:37 +0000)
commitf4f31df02d77857252093c7be4641d9abb27476b
treec0dbb519ab3e9e8627083d7f0fb355c901b0f803
parentb0cbcd0edf4af5afa382ccdf18845ea9fe13e4a9
When creating a new virtual table, ensure that the OP_ParseSchema opcode
processes the correct entry in the sqlite_master table even if there is
a second entry with the same name and table values due to database corruption
and the use of writable_schema=ON.  Dbsqlfuzz find.

FossilOrigin-Name: 4dbb6e1cb094f3428c74ea8bdd86ab63341fecce978a062968ca01423f382e90
manifest
manifest.uuid
src/vtab.c
test/fuzzdata8.db