]> git.ipfire.org Git - ipfire-2.x.git/commit
sqlite: Update to version 3450100
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 31 Jan 2024 14:18:48 +0000 (15:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Jan 2024 17:06:43 +0000 (17:06 +0000)
commit72a5fff634e357204cee76308f7e7ad4ddca406e
tree1e493525575c71ef97d25edd5fc2702543578130
parent08fb3034d0e5db72138d2ff87b91ea0dcfa532a0
sqlite: Update to version 3450100

- Update from version 3450000 to 3450100
- Update of rootfile not required
- Changelog
    3.45.1
Restore the JSON BLOB input bug, and promise to support the anomaly in subsequent
 releases, for backward compatibility.
Fix the PRAGMA integrity_check command so that it works on read-only databases
 that contain FTS3 and FTS5 tables. This resolves an issue introduced in version
 3.44.0 but was undiscovered until after the 3.45.0 release.
Fix issues associated with processing corrupt JSONB inputs:
    Prevent exponential runtime when converting a corrupt JSONB into text.
    Fix a possible read of one byte past the end of the JSONB blob when
     converting a corrupt JSONB into text.
    Enhanced testing using jfuzz to prevent any future JSONB problems such as the
     above.
Fix a long-standing bug in which a read of a few bytes past the end of a
 memory-mapped segment might occur when accessing a craftily corrupted database
 using memory-mapped database.
Fix a long-standing bug in which a NULL pointer dereference might occur in the
 bytecode engine due to incorrect bytecode being generated for a class of SQL
 statements that are deliberately designed to stress the query planner but which
 are otherwise pointless.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/sqlite