]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a crash that could occur in ALTER TABLE DROP COLUMN if the sqlite_schema table... alter-table-drop-column
authordan <Dan Kennedy>
Fri, 19 Feb 2021 14:13:40 +0000 (14:13 +0000)
committerdan <Dan Kennedy>
Fri, 19 Feb 2021 14:13:40 +0000 (14:13 +0000)
commitf4a72788a42f476a84fd2f318cd6d9773c3921c2
tree03db8235a4a58d7326c112399b37cac78db170a8
parent60fe2352f5f16e9d0c4602e2f71bd095b961c2a0
Fix a crash that could occur in ALTER TABLE DROP COLUMN if the sqlite_schema table was corrupt.

FossilOrigin-Name: 126ee1ec4f3565c0cccca98885fa3665a641ea3df251511de16eed2a1c396124
manifest
manifest.uuid
src/alter.c
test/altercorrupt.test [new file with mode: 0644]