]> 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>
Fri, 17 Jan 2020 15:24:13 +0000 (15:24 +0000)
committerdrh <drh@noemail.net>
Fri, 17 Jan 2020 15:24:13 +0000 (15:24 +0000)
commit3b96ec9d07e91b32ad7766fd8ab9305e6596a5d6
tree30011e2b5cb7dd1e6ad245c8726bb2067ec118cc
parent6e3609ae8268e546450a166166b0ad27a9316b09
Validate the type, name, and tbl_name fields of the sqlite_master table when
loading the schema, unless writable_schema is engaged.

FossilOrigin-Name: 3d13fbf248e6bcb997c301530ee834c6f1fc21add7f46b673d0f63e986c60680
12 files changed:
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
test/fts3corrupt4.test