]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a segfault that could occur if an 'optimize' command was issued on an FTS table... branch-3.7.14
authordan <dan@noemail.net>
Thu, 2 Oct 2014 09:27:08 +0000 (09:27 +0000)
committerdan <dan@noemail.net>
Thu, 2 Oct 2014 09:27:08 +0000 (09:27 +0000)
commit3cef7c3651815072ca9a1c229846dfdfb843bcdd
treee1b87d4d9a671f1af3e1907b531964078e92f46d
parent92d9f1b6b354ae7e58199e725fbe3d6f64b0b6d3
Fix a segfault that could occur if an 'optimize' command was issued on an FTS table that contained at least one row but zero terms.

FossilOrigin-Name: b21746ac11ecbe1baab6dd715460cc14a2b89eaa
ext/fts3/fts3_write.c
manifest
manifest.uuid
test/fts3opt.test [new file with mode: 0644]