]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Validate the type, name, and tbl_name fields of the sqlite_master table when
authordrh <drh@noemail.net>
Mon, 12 Aug 2019 00:08:07 +0000 (00:08 +0000)
committerdrh <drh@noemail.net>
Mon, 12 Aug 2019 00:08:07 +0000 (00:08 +0000)
commitc5a93d4c85ef5b7c4219ec251d60a37306b625a6
tree54ff762d168de197852595fd18128b3851ff1b5a
parent14c865e8592ff73e1e1ca2070ff660771ba20e78
Validate the type, name, and tbl_name fields of the sqlite_master table when
loading the schema, unless writable_schema is engaged.

FossilOrigin-Name: 724f4df9ccc2b683f7091a3f7a8c20ee210f44d7a610cd1b4c49da1c274add08
manifest
manifest.uuid
src/alter.c
src/build.c
src/prepare.c
src/sqliteInt.h
src/trigger.c
src/vdbe.c
test/corruptL.test
test/corruptM.test [new file with mode: 0644]
test/dbfuzz001.test