version-3.53.3
Fix test cases impacted by the use of ~/.sqliterc
Fix the size of an allocation in fts3 to take into account that when merging a phrase doclist, each entry may grow by up to 1 byte if the rhs position of the merged lists is stored.
Fix a buffer overread that could occur in fts5 within a memcmp() when doing an integrity-check on corrupted records.
Prevent integer overflow in the ICU extension.
Fix parsing of unterminated "[" tokens in the incremental integrity check extension.
Remove an unused struct.
Avoid 32-bit integer overflow in the zipfile extension given ridiculous arguments.
Fix QRF so that it works sensibly with "--wrap 1"
Fix a possible signed integer overflow in the RBU extension given a maliciously crafted delta.
Harden the recovery extension against SQL injections coming from the sqlite_schema table of the database being recovered.
Extra margin to prevent queue overflow in the RTree extension.
Fix both a buffer overread and overwrite in the sessions rebase module.
Fixes for kvvfs journaling. Bug reports [bugs:20e208fe172cae4f|2026-06-20T08:49:41Z] and [bugs:76acc88b573e3a16|2026-06-20T18:35:54Z].
Remove unnecessary "www." prefixes on domain names in URLs.