]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a segfault that can occur in matchinfo if an fts4 table contains mostly zero...
authordan <dan@noemail.net>
Thu, 13 Jan 2011 10:58:26 +0000 (10:58 +0000)
committerdan <dan@noemail.net>
Thu, 13 Jan 2011 10:58:26 +0000 (10:58 +0000)
commit86596e552e670ec105eac41349d9613818605105
tree9645fe42790e411c5c5837bfa8e66496230c6c3d
parentefd95a7acac244b323d52740a9043b9ccfb2756e
Fix a segfault that can occur in matchinfo if an fts4 table contains mostly zero-length documents. Specifically, if the table contains more rows than it does bytes of text.

FossilOrigin-Name: fe9047668eaaf76e7aa1ef1f32dec7c7c4226e45
ext/fts3/fts3_snippet.c
ext/fts3/fts3_write.c
install-sh [changed mode: 0755->0644]
manifest
manifest.uuid
test/fts3matchinfo.test
test/progress.test [changed mode: 0644->0755]
tool/mkopts.tcl [changed mode: 0644->0755]