Fix a "shift exponent is too large" usan error that could occur in the fts3 snippet...
commit29c9b584b2daaf812c4565aaece12f5b7312138d
authorDan Kennedy <danielk1977@gmail.com>
Tue, 9 Apr 2024 19:23:18 +0000 (9 19:23 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Tue, 9 Apr 2024 19:23:18 +0000 (9 19:23 +0000)
tree15f51c9c057fc704c90aaa022d6c4f98b715925b
parent1914faf46b0eef5d94e594995aedb6eda03f5357
Fix a "shift exponent is too large" usan error that could occur in the fts3 snippet() function when a query phrase contains more than 64 tokens.
ext/fts3/fts3_snippet.c
test/fts3snippet2.test