diff options
author | drh <> | 2024-10-17 18:12:03 +0000 |
---|---|---|
committer | drh <> | 2024-10-17 18:12:03 +0000 |
commit | fe15ed43423f06a69b3ccd0c12b13408a470c0e7 (patch) | |
tree | e82829bf4bd159d225acd1455e7763fa4dbf5413 /ext | |
parent | a9e4ebc51342d1f6d69db589149a66bd9cd7e583 (diff) | |
download | sqlite-fe15ed43423f06a69b3ccd0c12b13408a470c0e7.tar.gz sqlite-fe15ed43423f06a69b3ccd0c12b13408a470c0e7.zip |
Fixes from code inspection:
(1) Extra paranoid defense against integer overflow.
(2) Remove a stray blank line in an FTS5 comment.
FossilOrigin-Name: 8563728deeb1d3ead9ff99a3ad2c7819b2223ead44e7374ecc7bbeda2d955ade
Diffstat (limited to 'ext')
-rw-r--r-- | ext/fts5/fts5.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fts5/fts5.h b/ext/fts5/fts5.h index ea69f8f02..5305a6915 100644 --- a/ext/fts5/fts5.h +++ b/ext/fts5/fts5.h @@ -396,7 +396,6 @@ struct Fts5ExtensionApi { ** Applications may also register custom tokenizer types. A tokenizer ** is registered by providing fts5 with a populated instance of the ** following structure. All structure methods must be defined, setting -** ** any member of the fts5_tokenizer struct to NULL leads to undefined ** behaviour. The structure methods are expected to function as follows: ** |